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
    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");
    }

  2. #2
    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