Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Randomization in Flash |
From: | Cheri Harder |
Date: | Mon, 10 Jan 2000 19:20:09 GMT |
You can have your Flash4 movie do the randomizing internally. One way would
be to have your mc's in stopped frames named consecutively (like
"framename1" "framename2" etc.) and have an action in another frame (or
button, whatever) that uses the random function to concantenate the text
part of the frame name with the numerical part....like so:
Set Variable: "vframe" = "framename"&Random (5)
Go to and Stop (vframe)
Where 5 is the number of consecutively named frames...
HTH
(I don't think we had the "random" function in Flash 3...)
~~~~Cheri Harder~~~~~
charderawsolution [dot] com
Advantage Web Solution
"Developing your internet storefront"
www.awsolution.com
----- Original Message -----
From: "Kilroy" <kilroyradiks [dot] net>
> Easy to do with Javascript at your index.html page... sending them on to a
> random link to a new page Or, have javascript assigen random values to
some
> variables that you send to your flash flile.... flash then just plays
the
> mcs you tell it to ......
> ----- Original Message -----
> From: "David L. Salvaggio" <dlsvt [dot] edu>
>
> Anyone know how to randomize a bunch of MCs so that a random one is shown
> when a user visits the page. Would be helpfull if it were done in Flash3.
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
FLASH: Randomization in Flash, David L. Salvaggio
Re: FLASH: Randomization in Flash, Kilroy
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]