Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

Adobe Flash ActionScript 3.0 Tutorial - Variables

Loading...

Sign in or sign up now!
2,725
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Jul 16, 2009

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

  • likes, 1 dislikes

Link to this comment:

Share to:
see all

All Comments (6)

Sign In or Sign Up now to post a comment!
  • thanks

  • @DevTomUk Yea actually that message is year old :) i know that already :) but thanks anyway ;)

  • sorry this is the rights code @haatoSK

    stage.addEventListener(Event.E­NTER_FRAME,TextVar);

    function TextVar(e:Event):void

    { if (YourText.text = "1") { gotoAndStop(1); } if (YourText.text = "2") { gotoAndStop(5); }

    }

  • @HaatoSK Thats easy... All you need to do it make a text input text and say stage.addEventListener(Event.E­NTER_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
  • thnx alot!!!!

  • 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 ...

Loading...

0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more