Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Demo version of Flash 4 |
From: | John Croteau |
Date: | Sun, 28 Nov 1999 20:53:04 GMT |
Hi Henrik,
> I have been playing around with the demo of Flash 4 for a while and I found
> that I can't seem to be able to evaluate expressions in an if() correctly.
> No matter what I do, the expression is evaluated as being correct and
> the condition code is executed.
> I figured this was a syntax problem.
Yep, no parenthesis around the variable name.
> if("name" = 1), an integer
If (name = 2)
Go to and Stop ("Section2")
End If
> if("name" = "1"), a string
If (name eq "2a")
Go to and Stop ("Section2")
End If
> if("name" = True), a boolean
If (name = true)
Go to and Stop ("Section2")
End If
--
Coming Soon Flash 4 Web Animation F/X and Design
http://www.amazon.com/exec/obidos/ASIN/1576105555/flashcentral
----------- -----------------------
John Croteau croteauerols [dot] com (mailto:croteauerols [dot] com)
------------- -------------------------
FlashTek (Advanced Websites with Flash) http://www.FlashTek.com/
Flash Bible (Fast track to good Flash) http://www.FlashBible.com/
Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
The Flash Tech Resource (Tech Notes) http://www.FlashCentral.com/tech/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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: Demo version of Flash 4, Henrik Mikael Kristensen
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]