Flasher Archive

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


Subject: Re: FLASH: variables...please help
From: Jimbalaya
Date: Tue, 29 Aug 2000 19:33:35 +0100

Thanks for the help, the "eq" is working a lot better than "=". You seem
to be very knowledgeable in flash so i'll ask this question to you first. i
have another problem now with some variables. i have a movie clip in which
there are 2 buttons that set a variable (course eq "116" and course eq
"270", respectively) and get a url while sending that new variable using
GET. then in the new url, i have an if statement in the first frame saying:

If (course eq "116")
Go to and Stop ("116")
Else If (course eq "270")
Go to and Stop ("270")
Else
Stop
End If

but if the variables do equal either 116 or 270 it still just stops on the
first frame. do you know what i am doing wrong. thanks in advance.

Jim

> From: Víctor Villén <kek0athotmail [dot] com>
> Reply-To: flasheratchinwag [dot] com
> Date: Sat, 19 Aug 2000 18:26:40 +0200
> To: <flasheratchinwag [dot] com>
> Subject: Re: FLASH: variables...please help
>
> Try with: If (prof eq "buttonx")
>
> You are comparing strings, not numbers.
>
> ------------ Víctor Villén ---------
> ------------ FlashedZone ---------
> ---- http://www.flashedzone.net ---
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> NudeGuru.com is proud to sponsor the Flasher list
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> IT'S THE ART OF MONEY, HONEY!
> Tips and Advice from some of the most popular Flash
> artists + industry power-brokers on how to hold onto
> your rights, negotiate contracts and get full value
> for your work.http://www.nudeguru.com from Franke James
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpatchinwag [dot] com
>
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: variables...please help, Gregg Caines

Replies
  Re: FLASH: variables...please help, Víctor Villén

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