actionscript 3 - Auto goto next scene without button click as3 -


is possible go next scene in flash cs5 using acs3 after activity done in 1 scene? if possible, how can accomplished?

thanks.

add 'stop' prevent errors code next scene.

stop(); gotoandstop(1, "nameofyourscene"); 

if you're in movieclip, change gotoandstop movieclip(root).gotoandstop , add this.parent.removechild(this);


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -