A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: [CS3] pause play pause play etc....

  1. #1
    Member
    Join Date
    Jan 2008
    Posts
    31

    Wink [CS3] pause play pause play etc....

    I was wondering how i have my movie play, then pause for a few seconds the play, then pause again and so and and so on...

    right now i'm using the script:

    PHP Code:
    stop();
    myInterval setInterval(doContinue5000);
    function 
    doContinue() {
    clearInterval(myInterval);
    gotoAndPlay("slideshow");

    problem is when i use the same script over and over it's messing up my whole project.... meaning i feel like nomatter where i'm at in the project(not all of it is a slideshow) it keeps going back to the slideshow. Please help!!!

  2. #2
    Jack Foster cabbar's Avatar
    Join Date
    Feb 2007
    Location
    England
    Posts
    111
    use the whole thing within a movieClip, thay may solve it...

  3. #3
    Banned deepakflash's Avatar
    Join Date
    Aug 2007
    Location
    [Object not found]
    Posts
    1,160
    do you mean to say: you want the movie to play a frame labelled "slideshow"(which is on your main timeline) every 5 seconds?

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