Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: Button dilemma!
From: KTewes
Date: Sun, 12 Dec 1999 09:53:34 GMT

Hei Erich,
don�t think to complicated :-) This is, how i handle this one:
Place a keyframe in the main-timeline (anywhere BEHIND all the "active
frames" of the movie). Label it "reset" or something like that. Now add the
following action for each MC you want to reset:

Begin Tell Target (_level0/yourmc)
goto label "stop" ==> your MC in stop position
End Tell Target

So, now you add the follwing action to each button, it has to be the first
command:

on mousewhatever
call _level0/:reset
Begin Tell Target (_level0/newmc) ==> here you start the movie you want to
start.
play
End Tell Target


You see, what happens?? You reset any mc that might be running at any time
and afterwards you start the new film.

Hope this helps.


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 helpatchinwag [dot] com


[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]