Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: How to let a movieclip playing a couple of times!!!! |
From: | Cheri Harder |
Date: | Sat, 8 Jan 2000 23:48:15 GMT |
Hi, Gert
You'll probably get slapped for re-posting, especially on a weekend when
hardly anybody here. <grin> But to avoid further comment about that...
You can set up a loop in your movie clip with a counter variable,
incrementing the counter on each iteration through the clip until the
desired # of passes have been played, then a stop action.
Set Variable: "i" = i+1
If (i < 3)
Go to and Play (1)
Else
Stop
End If
Or, you can just duplicate the frames once, ie, copy all frames and paste to
the previous "end" of the clip, and the movie clip is now twice as long,
then put a stop action at the end.
Or you could change the behaviour of the instance of the movie clip to
"graphic" and tell it to loop in the "modify instance" window, and then make
it only exist long enough to loop however many times you want it to loop.
HTH
~~~~Cheri Harder~~~~~
charderawsolution [dot] com
Advantage Web Solution
"Developing your internet storefront"
www.awsolution.com
> How can I make an MC play just a couple of times and then let this
sequence stop! What script do I have to use for this one!
>
> Kindest Regards,
> Gert van Duinen
> http://w3.to/thelinkz
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California
Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
RE: FLASH: How to let a movieclip playin, 711114
Replies
FLASH: How to let a movieclip playing a , 711114
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]