actionscript 3 - Flash AS3 movieclip doesn't stop motiontween and no errors are given -
i have following piece of code:
var note1:movieclip = mcnote1; //init note1.stop();
the instance name , correct yet doesn't stop movieclip??
here short overview of flash file
you try couple things. edit movie clip , insert keyframe , add "stop();" frame 1 of movieclip. or try "note1.gotoandstop(1);" in main function.
Comments
Post a Comment