Flasher Archive

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


Subject: Re: FLASH: Flash4: Variables
From: Wes Tilson
Date: Wed, 28 Jul 1999 03:17:51 +0100


do you have to have score in quotes both times when you increment?


----- snip ----- snip ----- snip ----- snip ----- snip ----- snip

YAFS: Yet Another Screen Saver Maker.
http://fusion.combase.com/~westilson/yafs

http://fusion.combase.com/~westilson/kjvbible/kjvbible.htm
http://fusion.combase.com/~westilson/koran/koran.htm

----- snip ----- snip ----- snip ----- snip ----- snip ----- snip


----- Original Message -----
From: Ed Harvey <eharveyatiddnet [dot] com>
To: 'Flash' <flasheratshocker [dot] com>
Sent: Tuesday, July 27, 1999 4:50 PM
Subject: FLASH: Flash4: Variables


> I am tracking a ball, so that when it reaches a certain spot on the screen
> it snaps into place and adds one to your score. This is the code I am
using:
>
> Set Variable: "score" = 0
> IF (GetProperty ("/ball", _x) >= 96 and GetProperty ("/ball",_y) >= 164
and
> GetProperty ("/ball", _x ) <= 178 and GetProperty ("/ball",_y) <= 243)
> Set Variable: "score" = score + 1
> end if
>
> Can anyone tell me why the score stays at 0.
>
> Thanks,
>
> Ed
>
> ------------------------------------------------------------------------
> 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
>
>


------------------------------------------------------------------------
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: Flash4: Variables, Ed Harvey

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