Flasher Archive

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


Subject: Re: FLASH: Re: two conditions
From: Laura Mollett
Date: Sun, 6 Feb 2000 14:37:59 GMT

> Thanks for your response. But in my case, the problem is not "eq" or
> "=". The first condition works fine. I just try to put another
> conditions at the same time.
>
> If (v_annee >= 1950 and v_annee <= 1955)
> Load Movie ("test.swf", 1)
> End If
>
>
> I still don't know how

Do you have enough parentheses in that? I think you need to seperate the
functions to tell the code what to do first and then add them... so:

If ((v_annee >= 1950) and (v_annee <= 1955))
Load Movie ("test.swf", 1)
End If

Someone who codes can figure it out (or you could test it and see if it
works) as I don't understand coding and am just guessing :)

Laura

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World’s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 and save $200!!-- 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]