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
Post a Comment