A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Playing a Video Movie-Clip

  1. #1
    Junior Member
    Join Date
    Aug 2001
    Posts
    16

    Playing a Video Movie-Clip

    At the end of my movie clip I want to return to a frame on my main scene, Scene 1.

    What is the script to do this. Is it "gotoAndPlay ("Scene 1","Frame Name");"

    Thanks for the help

    murphie

  2. #2
    Moderator enpstudios's Avatar
    Join Date
    Jun 2001
    Location
    Tampa, Fl.
    Posts
    11,282
    You need to target the main timeline:

    Code:
    _root.gotoAndPlay("framelabel");

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