Flasher Archive

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


Subject: Re: FLASH: tell target to go to a Label
From: minty
Date: Thu, 23 Dec 1999 13:46:28 GMT

>I would like to go to a specified Label in a MC.
<SNIP>
>Begin Tell Target ("/son perdu")
> Set Variable: "p" = random (5)
> Go to and Play ("p")
> End Tell Target
>
>doesn't seem to work. Any idea ?


Try using "Go to and Play" and check "expression".
Put p in the expression field (without any quotes).
If the variable (in this case p) equates to a string, Flash looks for a
label name.
If it holds a number, Flash looks for a frame number.

Note that Flash's random number function (somewhat non-intuitively)
chooses a number between 0 to (n-1), so you may want to make your
variable setting look more like:

Set Variable: "p" = random (5)+1

cheers,
Minty mintyatnectarine [dot] net [dot] au / www.nectarine.net.au



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


Replies
  Re: FLASH: tell target to go to a Label, Fr�d�ric Pierron / Blast

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