Flasher Archive

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


Subject: RE: FLASH: HELP! Variable syntax
From: "H�glund, Johan"
Date: Fri, 22 Oct 1999 11:00:00 +0100

Have you tried the Trace-action? Put it where "NextStage" gets its value and
you'll see what happens. If NextStage is empty, the movie will stop.

If you use 1 and 2, maybe you should choose expression and "=" instead of
"eq". Flash isn't designed to make things easy ;-)

/Johan

-----Original Message-----
From: Michael Galvin [mpgalvinateircom [dot] net (mailto:mpgalvinateircom [dot] net)]
Sent: den 21 oktober 1999 20:33
To: flasheratchinwag [dot] com
Subject: FLASH: HELP! Variable syntax


Hi

I've found the answer to this before, but the archive isn't yet up to date,
so I wonder if someone can help me out again.

I have 2 buttons: the action of the first is:

On (Release)
Set Variable: nextStage = "1"
Go to and Play ("Getout")
End On

The action on the second is:

On (Release)
Set Variable: nextStage = "2"
Go to and Play ("Getout")
End On

At the end of the section labelled with "Getout", I have:

If (nextStage eq "1")
Go to and Play ("AllThe")
Else If (nextStage = "2")
Go to and Play ("links")
Else
Stop
End If

"Getout" is called as normal, but no matter what I try as the final action,
the next part ("AllThe" or "links") is not played. It always stops.

I've tried:

if ("nextStage" = "1")
if (nextStage = 1)
if (nextStage eq "1")

etc etc etc.

Please help.
Thanks
Michael

http://homepage.tinet.ie/~mpgalvin/humour.html
Because I'm worth it


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
  Re: FLASH: HELP! Variable syntax, John Croteau

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