A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: NEED HELP!! Help

  1. #1
    Junior Member
    Join Date
    Aug 2002
    Posts
    15
    Hi... i have a problem that is braking my HEAD!

    I just want to know if what i want is possible...

    I have a dragable menu in "SCENE 1"
    in the menu movie, i also have another button,
    what i want to do is... that when i click the other button
    i get to frame 2 in "SCENE 1"...

    is that possible??!!!! :O

  2. #2
    Hack
    Join Date
    Mar 2000
    Location
    Madison, WI
    Posts
    1,753
    you mean something like this?

    on (release) {
    _parent.gotoAndPlay(2);
    }

  3. #3
    Moderator enpstudios's Avatar
    Join Date
    Jun 2001
    Location
    Tampa, Fl.
    Posts
    11,282
    Or this:

    Code:
     
     on (release) {
       _root.gotoAndPlay("framelabel");
     }

  4. #4
    Junior Member
    Join Date
    Aug 2002
    Posts
    15
    THANks.. yes that was exactly what i wanted to do...
    Thank you very much!

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center