A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Pause button Problem

  1. #1
    Member
    Join Date
    Jun 2003
    Location
    pune
    Posts
    55

    Pause button Problem

    I have a button which pauses the main time line on click. Now, I have a additional button on the main timeline, which loads a pop up movie clip. I want that movie clip to pause as well. What script do i write to pause the movie clip as well?

  2. #2
    Senior Member
    Join Date
    Jul 2005
    Location
    Birmingham, England
    Posts
    124
    did you manage to solve this issue? As I have the same problem

  3. #3
    Junior Member
    Join Date
    May 2001
    Posts
    29
    Just put

    _root.a.stop();

    In the button script, where a is the name of the instance of the movie clip you want to stop.

  4. #4
    Senior Member
    Join Date
    Jul 2005
    Location
    Birmingham, England
    Posts
    124
    thanks for the tip.

    My main time line is v. long and has 5 or 6 different movie clips embedded into it. Do I just need to add all the file names into the command or is there a general code that will stop any embedded movie clip?


    thanks once again

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