Flasher Archive

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


Subject: Re: FLASH: zero is not a hundred, hmmm
From: John Croteau
Date: Wed, 4 Aug 1999 16:14:48 +0100

Hi Collin,

> If ((/ball:_x gt 400) OR (/ball:_x lt 0))
> Set Variable: x_speed = - x_speed
> end If

> Any ideas why this won;t work?
Sure, try this:

If ((/ball:_x > 400) or (/ball:_x < 0))
Set Variable: x_speed = - x_speed

gt and lt are String comparison operators.
< and > are for comparing numbers.

----------- -----------------------
John Croteau croteauaterols [dot] com (mailto:croteauaterols [dot] com)
------------- -------------------------
FlashTek (Advanced Websites with Flash) http://www.FlashTek.com/
Flash Bible (Fast track to good Flash) http://www.FlashBible.com/
Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
The Flash Tech Resource (Tech Notes) http://www.FlashCentral.com/tech/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


Replies
  FLASH: zero is not a hundred, hmmm, Collin van Ginkel

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