A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Scene inaccessilble

  1. #1
    Junior Member
    Join Date
    May 2003
    Location
    France
    Posts
    17

    Scene inaccessilble

    Hello,
    I have buttons in a movieClip and I want achieve a special scene using them.
    I tried several solutions without success.
    If the buttons are placed on a root layer it works correctly (but in my application I can't put them outside the movieClip).
    Someone could help me to resolve this problem ?

    Best Regards.

  2. #2
    Senior Member sofiebel's Avatar
    Join Date
    Feb 2001
    Posts
    1,044
    Use framelabels:

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

  3. #3
    Junior Member
    Join Date
    May 2003
    Location
    France
    Posts
    17
    Ok, It works !
    Many thanks

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