@HaatoSK Thats easy... All you need to do it make a text input text and say stage.addEventListener(Event.ENTER_FRAME,TextVar); function TextVar(e:Event):void { if(YourText.text = "1")) { gotoAndStop(1); } if(YourText.text = "2")) { gotoAndStop(5); } There you go enjoy my coding
thanks
mathstar2010 3 months ago in playlist More videos from CerebralFusioncom
sorry this is the rights code @haatoSK
stage.addEventListener(Event.ENTER_FRAME,TextVar);
function TextVar(e:Event):void
{ if (YourText.text = "1") { gotoAndStop(1); } if (YourText.text = "2") { gotoAndStop(5); }
}
DevTomUk 10 months ago
thnx alot!!!!
aamiralmeida1 1 year ago
can you make tutorial where is anything like ...
If you write here 1 - you go on frame 2 if you write 2 you go on frame 5 ...
HaatoSK 2 years ago
DevTomUk 10 months ago
@DevTomUk Yea actually that message is year old :) i know that already :) but thanks anyway ;)
HaatoSK 10 months ago