Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: Snap Into Place |
From: | Branden Hall |
Date: | Fri, 22 Oct 1999 20:40:33 +0100 |
Sure... heres what you would do to make the dragged object snap to the
center of the target4 MC if it was dropped on it...
On (Release)
Stop Drag
If (_droptarget eq "/target4")
Set Property ("", Y Position) = /target4:_x
Set Property ("", X Position) = /target4:_y
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
-= Branden J. Hall
-= Multimedia Developer/Instructor
-= Fig Leaf Software
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, Eric Smollin
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]