This is a quick ActionScript 3.0 tutorial showing how to use variables.
This is the second in a long series of ActionScript 3.0 video tutorials I am working on.
If you would like to see a more complete tutorial along with all my other videos check out http://www.cerebralfusion.com
thanks
mathstar2010 3 months ago in playlist More videos from CerebralFusioncom
@DevTomUk Yea actually that message is year old :) i know that already :) but thanks anyway ;)
HaatoSK 10 months ago
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
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