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: | 711114 |
Date: | Sat, 8 Jan 2000 23:55:59 GMT |
Ok, thanks for your understanding and time! I will look at your examples and
going to learn some variable stuff. I really want to learn action scripting
but I just don't have the time for that. Is there buy the way a good
beginners tutorial for Flash scripting :)
thankz!
Kindest regards,
gert van Duinen
-----Original Message-----
From: ownerchinwag [dot] com [ownerchinwag [dot] com]On">mailto:ownerchinwag [dot] com]On Behalf Of Cheri
Harder
Sent: zondag 9 januari 2000 0:37
To: flasherchinwag [dot] com
Subject: Re: FLASH: How to let a movieclip playing a couple of times!!!!
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
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, Cheri Harder
Replies
Re: FLASH: How to let a movieclip playin, Cheri Harder
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]