Flasher Archive

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


Subject: Re: FLASH: Ignoring an if statement!!!!!!! (F5 action script BUG)
From: John Dowdell
Date: Thu, 9 Nov 2000 22:17:04 GMT

At 1:32 PM 11/9/0, Rebecca Lovelace wrote:
> if (testval == true)
> // I really think this is silly
> {
> trace("I like Flash, but it's driving me nuts today!");
> }

Try not breaking up the if structure... the opening bracket needs to
immediately follow the testing clause:

if (testval == true) {
// works fine
trace ("parsers like the expected");
}


TIP: If you're scripting in Expert Mode and something doesn't do what you
expect, try temporarily toggling over to Normal Mode and see if you get
errors flagged, or watch out the interpreter tries to understand the
instructions.

jd





John Dowdell, Macromedia Tech Support, San Francisco CA US
Search technotes: http://www.macromedia.com/support/search/
Offlist email risks capture by the spam filters. I may not see your
email if it's not on the list. Private one-on-one email options are
available via Priority Access: http://www.macromedia.com/support/



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre

Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save �200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


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