Flash include file #include

Usage #include ” filename.as ” Parameters filename.as The filename for the script to add to the Actions panel; .as is the recommended file extension. Returns Nothing. Description Action; includes the contents of the file specified in the parameter when the movie is tested, published, or exported. The #include action is invoked when you test, publish, …

ZigoEngine – Fuse Kit on complete call function

this.my_movie.alphaTo(100, .5, ‘easeOutCubic’, .5, “playMovie”) function playMovie():Void{ gotoAndPlay(2) } pop_prod.tween(“_x”,194, 0.8, “easeOutCirc”, 0); pop_prod.alphaTo(0,0.8,”easeOutCirc”,1, { startscope:this, startfunc:”closenik()”, scope:this, func:”closenik()” } );