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

enter image description here

you try couple things. edit movie clip , insert keyframe , add "stop();" frame 1 of movieclip. or try "note1.gotoandstop(1);" in main function.


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -