A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Changing scenes from button in Movie

  1. #1
    Junior Member
    Join Date
    May 2002
    Posts
    2
    I am trying to change scenes by buttons within a movie clip. I want to create a stylish drop down menu that navigates different Scenes.... and if possible have buttons in a ScrollPane navigate the Scenes of the program I am creating.

    Thank you.


    Kraig
    http://www.sedergraphics.com

  2. #2
    Senior Member
    Join Date
    May 2001
    Location
    Peoria, Arizona
    Posts
    1,889
    From what I've been told, you can only change scenes at the _root level.

  3. #3
    gskinner.com
    Join Date
    Feb 2002
    Location
    N.America
    Posts
    455
    Simply place a label on the first frame of the scene, and then use

    _root.gotoAndPlay("mylabel");

    Cheers,
    ZE.

  4. #4
    Junior Member
    Join Date
    May 2002
    Posts
    2

    Smile Thank you zeroEra!!

    Thank you. Works perfect. I thought there must be an easy way to do it,... didn't think it was that easy though.


    Kraig
    http://www.sedergraphics.com


    Originally posted by zeroEra
    Simply place a label on the first frame of the scene, and then use

    _root.gotoAndPlay("mylabel");

    Cheers,
    ZE.

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