• Lucid Dreaming - Dream Views




    Results 1 to 1 of 1
    1. #1
      What's up <span class='glow_006400'>[SomeGuy]</span>'s Avatar
      Join Date
      Nov 2007
      LD Count
      About 1
      Gender
      Location
      Tmux on Debian
      Posts
      2,862
      Likes
      130
      DJ Entries
      4

      Actionscript Question

      Hey, in Flash 8, I need help with some actionscript. I need it to go to frame two when a user puts the number 2 in, generally. Pretty much, level codes.
      I have an input box, a submit button, and the input box's Var name is "code".
      Code:
      on (release) {
          if (_root.code == "2") {
              gotoAndStop(2);
          }
      }
      
      Actionscript 1
      Any help?
      Last edited by [SomeGuy]; 06-26-2008 at 05:59 AM.

      Hey guys, I'm back. Feels good man
      ---------------------------------------------------
      WTF|Jesus lul
      spam removed

    Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •