Jump to content

Ziko

Premier Retired Staff
  • Posts

    1,180
  • Joined

  • Last visited

Blog Comments posted by Ziko

  1. Heh, that's weird. =P

    I'm not sure what the book is; the teacher has the book and either puts the instructions on paper, or we all do it together.

    But anyway, you can put this on a submit button:

    on (release) {
        if (answer == "O") {
            gotoAndPlay(2);
        } else {
            gotoAndPlay(3);
        }
    }

    That's assuming you have a stop action in the frames you're going to. Change the "answer" to whatever your variable's name is. You can also replace the two and three with any frame labels that you have.

    Having Auto Kern on with the input text box also seems to turn the information from the variable into HTML for some reason, so that can't be on.

     

    -Zik

×
×
  • Create New...