Flasher Archive

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


Subject: FLASH: zero is not a hundred, hmmm
From: Collin van Ginkel
Date: Wed, 4 Aug 1999 15:03:13 +0100

Hi all,

Playing around a bit in Flash4 I have a ball that bounces of the walls (no
gravity or anything else yet) But it bounces off at X-co 100 in stead of
X-co 0 as I programmed it.
------ code ------

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

/ball:_x = /ball:_x + x_speed

------ end ------

Any ideas why this won;t work?

Greetz

Collin





------------------------------------------------------------------------
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
  Re: FLASH: zero is not a hundred, hmmm, John Croteau

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