Flasher Archive

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


Subject: FLASH: drag and drop question
From: Nick Carron
Date: Wed, 29 Dec 1999 15:38:11 GMT

My question concerns the drag and drop emulation.

I have been successful in scripting an action for a button behavior which
allows me to perform a drag and drop. However, can anyone offer any advice
on how to script it so that once the drop is completed, the user will
immediately 'go to' a new scene?

Thanks!
Here is the drag and drop emulation script that I completed...


On (Press)
Start Drag ("/DragRouter", lockcenter)
End On
On (Release, Release Outside)
Stop Drag
If (GetProperty ("/DragRouter",_droptarget) eq "/DropCreatesSep")
Begin Tell Target ("DragRouter")
Set Property ("", Visibility) = "0"
End Tell Target
End If
End On



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 helpatchinwag [dot] com


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