Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: Snap Into Place |
From: | Eric Smollin |
Date: | Fri, 22 Oct 1999 18:32:18 +0100 |
>The basic idea is that you do a few little actions in the on release action
>of the button...
>you look at the MC's _droptarget and if it is what you want then you just
>set the MCs _x and _y so that moves to the correct position.
Thanks for your response. Would you mind elaborating on the "few little
actions" that you referred to? Right now the button actions for On Release
look like this:
On (Press)
Start Drag (GetProperty(_x, _y))
End On
On (Release)
Stop Drag
If (_droptarget eq "/target4")
Go to Next Frame
Begin Tell Target ("/feedback")
Go to Next Frame
End Tell Target
Else
Set Property ("", Y Position) = PlaY
Set Property ("", X Position) = plaX
End If
End On
Thanks again.
-Eric-
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California
Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
Re: FLASH: Snap Into Place, John Croteau
RE: FLASH: Snap Into Place, Branden Hall
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]