Flasher Archive

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


Subject: RE: FLASH: Y position - moving down slowly
From: Glen Rhodes
Date: Fri, 28 Apr 2000 16:42:43 +0100

First, set a variable to capture the Y position of the object

y = _y of object

then in a loop:

loop
y = y + .5 (or any other value depending on desired speed)
set property(y position) of object = y
end loop

do it until y = 300

------------------
Glen Rhodes
dot com Entertainment Group Inc.
Tel: (905) 337-8524
Fax: (905) 337-8630
www.dceg.com

-----Original Message-----
From: owneratchinwag [dot] com [owneratchinwag [dot] com]On">mailto:owneratchinwag [dot] com]On Behalf Of
pissboyatpissmonkey [dot] com
Sent: Friday, April 28, 2000 9:34 AM
To: flasheratchinwag [dot] com
Subject: FLASH: Y position - moving down slowly


Allright. I am about to yank whats left of my hair out. What I am
trying to do is move a MC down 300pixels , but slowly. Like it just
kinda of falls. I cant tween it. And I think I've tried every
permiation of _y-y1 or something like that. Can anyone lend a brother
a hand?
--

p i s s m o n k e y r a d i o
--------------------------------------------------------
t e c h n o : h o u s e : :
9 0 ' s : a l t e r n a t i v e : :

p i s s m o n k e y . c o m

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml

Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com



flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml

Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: Y position - moving down slowly, pissboy

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