Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Flash Button  (Read 3073 times)

0 Members and 1 Guest are viewing this topic.

EchoLdrWolf316

    Topic Starter


    Intermediate

  • Don't worry, Javascript is just Flash on speeeeed.
    Flash Button
    « on: October 04, 2008, 09:12:42 AM »
    Code: [Select]
    next_btn.on(release) {
    _root.backgrounds.gotoAndPlay(nextFrame);
    }


    why does it say that the first line has an extra character?
    « Last Edit: October 04, 2008, 12:02:36 PM by EchoLdrWolf316 »

    EchoLdrWolf316

      Topic Starter


      Intermediate

    • Don't worry, Javascript is just Flash on speeeeed.
      Re: Flash Button
      « Reply #1 on: October 04, 2008, 07:27:44 PM »
      and is that correct for Action Script 3.0?