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

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -