Flasher Archive

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


Subject: Re: FLASH: Conditional Actions
From: Steve Leone
Date: Tue, 26 Oct 1999 16:29:50 +0100

I've had some trouble with If/else statements myself, but I believe the way
they work is that the "if" statement must be true in order to invoke the
"else" statement. Not very intuitive. Your best bet is to use two "if"
statements. Hope this helps.

> From: "NetworkAuto" <infoatnetworkauto [dot] com>
> Reply-To: flasheratchinwag [dot] com
> Date: Tue, 26 Oct 1999 01:15:28 -0400
> To: <flasheratchinwag [dot] com>
> Subject: FLASH: Conditional Actions
>
> Can anyone recommend a resource for conditonal actions? I'm trying to use a
> conditional action to play a different background loop for anther scene,
> only if the sound mc is not in the "sound off" frame which is 75. Here is
> the statement.
>
> Begin Tell Target ("/start_sound")
> If (target_currentframe = 75)
> Stop
> Else If (target_currentframe <> 75)
> Go to and Play (85)
> End If
> End Tell Target
>
> If the music is off the action turns it back on anyway, even though its in
> frame 75
>
> Any info on conditional actions and expressions would be a great help.
>
> Thanks.
>
> Tom Feiffer
>
>
>
> 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
>
>



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
  FLASH: Conditional Actions, NetworkAuto

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