Flasher Archive

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


Subject: Re: FLASH: Checking two variables
From: Neil Halloran
Date: Fri, 4 Aug 2000 02:31:02 +0100

add a Trace of (in expression mode, not text):
"NumberOfClients: " & NumberOfClients & " click: " & click
so you can get a better idea of what's going on.
Trace is pretty much the only debugging tool we have until flash 5...
-N
--


> From: "Bill Numerick" <bigwilly0219athotmail [dot] com>
> Reply-To: flasheratchinwag [dot] com
> Date: Thu, 03 Aug 2000 17:09:31 EDT
> To: flasheratchinwag [dot] com
> 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
>
> ________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 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
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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]