Flasher Archive

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


Subject: FLASH: Snap to drag
From: Quintin Mills
Date: Thu, 23 Mar 2000 09:40:34 GMT

Apologies for the 2 prev. mails, i thought i could send attachments.

What i need to do it drag a movie into the target area.
If there is nothing else in that area, release.
If there is already something there, position it's x and y exactly where it was first dragged from.

Seems simple, but i cannot seem to get it right.
I would appreciate it if you could help me out.

This is the code so far.
------------------------------------------------------------------------------------------------------
On (Press)
Start Drag ("/01")
End On
On (Release)
Stop Drag
Set Property ("launch", Name) = "launchpad"
Set Variable: "launchpad" = "true"
If ("launchpad" ne "True")
Begin Tell Target ("/text")
Go to and Stop ("scan")
End Tell Target
Else
Begin Tell Target ("/text")
Go to and Stop ("wait")
End Tell Target
Set Property ("/01", X Position) = "34.6"
Set Property ("/01", Y Position) = "267.9"
End If
End On

----------------------------------------------------------------------------------------------------------

Thank you.

Quintin Mills
Kitsch Design

:::::| 011 - 466 0016
:::::| 083 604 0089
:::::| www.kitschdesign.co.za

:::::| THE ART BUYER | The online Advertising and Design resource.
:::::| http://www.theartbuyer.co.za


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World�s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 and save $200!!-- www.flashforward2000.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]