Flasher Archive

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


Subject: Re: FLASH: Checking two variables
From: Andrea Rizzi
Date: Fri, 4 Aug 2000 14:20:34 +0100

Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Hi bill,
i've made a simple flash for you.
I think that the if statement fails because the var NumberOfClient isn't
inizializing.
try in the main timeline to setup click and NumberOfClient variables

or try my little flash example
or mail me

Andrea

----- Original Message -----
From: "Bill Numerick" <bigwilly0219athotmail [dot] com>
To: <flasheratchinwag [dot] com>
Sent: Thursday, August 03, 2000 2:09 PM
Subject: FLASH: Checking two variables


> Hi All,
>
> I'm tearing my hair out over this and its probably something stupid
> simple...I'm trying to see in an If statement if two variables are equal
to
> one another...and for the life of me i can't get it to work right. I've
> tried a bunch of different combinations. Anyway here is the code... the
> NumberOfClients variable is being pulled from a text file not sure if that
> has anything to do with it or not. Thanks for any Help!
>
>
> On (Press)
> Set Variable: "click" = click+1
> Set Variable: "client" = Eval ("client"&click)
> If (click = NumberOfClients)
> Set Property ("next", Visibility) = false
> Else
> End If
> End On
>
> -Bill Numerick


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Full flasher archive now available online at:
http://www.chinwag.com/flasher/archive.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: Checking two variables, Bill Numerick

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