A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: how to change scenes from inside a movie clip

Hybrid View

  1. #1
    Junior Member
    Join Date
    Jul 2007
    Posts
    3

    how to change scenes from inside a movie clip

    i have a safe, and i drag and drop a key into it. when i put the key in, it deletes itself and makes the lock change the second frame of itself to have a key in it. anyways i was wondering if anyone knew how to make an internal button inside a movie clip change the scene outside of it?

  2. #2
    Junior Member
    Join Date
    Jul 2007
    Posts
    3
    the whole point is to have a button inside a movieclip, and have that control the main timeline rather than being in the timeline to change it.

  3. #3
    FK'n_dog a_modified_dog's Avatar
    Join Date
    Apr 2003
    Location
    "aaarf"
    Posts
    9,176
    use frame labels on your target frames

    button code -

    on(release){
    _root.gotoAndStop("some_label");
    }

  4. #4
    Junior Member
    Join Date
    Jul 2007
    Posts
    3
    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