two problems Im having in as2
OmegaVitaminC zei
een tijd geleden | Bericht #2And I am absolutely positive that i have all movieclip names etc correct.
default0 zei
een tijd geleden | Bericht #3Oh well, for the onEnterFrame Im not sure, but for removeMovieClip() I may know something.
Well, if you place a MC on the stage, you cannot simply remove it. This will never ever work.
Instead, you could try to attach it with code once your game (or whatever) is launched and then removing it.
Best regards
Well, if you place a MC on the stage, you cannot simply remove it. This will never ever work.
Instead, you could try to attach it with code once your game (or whatever) is launched and then removing it.
Best regards
OmegaVitaminC zei
een tijd geleden | Bericht #4that makes sense. id try that out, but i cant because the movieclip.onenterframe isnt working :( thanks though.
default0 zei
een tijd geleden | Bericht #5I might be able to help you with your onEnterFrame problem, if you share your FLA.
Best regards
Best regards
Laatst gewijzigd een tijd geleden
OmegaVitaminC zei
een tijd geleden | Bericht #6ill try looking around a bit more. but If I dont find anything, then I will.
flashdolee zei
een tijd geleden | Bericht #7this.x -----> this._x
this.y -----> this._y
root.xxx ------> _root.xxx
_root.gnote_highway.g_highway[’beat’+_root.beats].onEnterFrame=function(){ ----> ???? what is this?
this.y -----> this._y
root.xxx ------> _root.xxx
_root.gnote_highway.g_highway[’beat’+_root.beats].onEnterFrame=function(){ ----> ???? what is this?
Antwoord op onderwerp
Schrijf je nu in om te kunnen antwoorden op onderwerpen
OmegaVitaminC zei
een tijd geleden | Bericht #1ive been trying to figure this out for a very long time now. why doesnt it execute the function even once? it returns no errors!
2: removeMovieClip()
this wont work ever. ive never gotten this to work.