Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: Current X Position to Specified X Position |
From: | Matt Perkins |
Date: | Wed, 26 Apr 2000 18:02:52 +0100 |
do you want to animate it moving there or just appear there?
well, this is how i'd make it just pop up there. i don't know of any other
way to get the current mouse x and y coords, so you need to make an
invisible mouse trailer (lets call it mousetrail).
this is psuedo code
on release
newx = getproperty ("/mousetrail", _x)
setproperty ("/thinggy", x position) = newx
end release
to have it animated from the start to the finsih, there are a few tutorials
on gravity mouse trails that will help.
> ::: Matt Perkins
> sol_6 ::: http://hfaze.ice.org
hfazevnet [dot] net
icq: 2690753
-----Original Message-----
From: ownerchinwag [dot] com [ownerchinwag [dot] com]On">mailto:ownerchinwag [dot] com]On Behalf Of
rampatadesign
Sent: Wednesday, April 26, 2000 11:45 AM
To: flasherchinwag [dot] com
Subject: FLASH: Current X Position to Specified X Position
list
sorry for this mundane question, i am over worked and can't seem to remeber
how to do this right now..... brain is somewhat leaking out of my head.
I want to move an obj. from it's current X Position to a specified X
position (eventually with speed and decelaration). all this happening when a
user (onRelease) will get the current X Position and send that object to the
predetermined X Position endpoint. [I have seen Moock's explanation, but
still a little unclear with how to do this]
thanks in advance
brett rampata | brettrampatadesign [dot] com | 4108894036
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 helpchinwag [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 helpchinwag [dot] com
Replies
FLASH: Current X Position to Specified X, rampatadesign
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]