Flasher Archive

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


Subject: Re: FLASH: dropping on a specific target
From: Cheri Harder
Date: Tue, 8 Feb 2000 08:18:20 GMT

Hi Ernie:

Check out the "_droptarget" property. It will tell you what movie clip the
target was dropped on.

Something like

Set Variable "vDrop" = GetProperty("",_droptarget)
IF vDrop eq "bin"
do something successful
Else
try again
End If

This should work on the "On Release" action, alongside the "stop drag" I
believe is where to put it.

HTH (keeping in mind it is after midnight, and I promised I wouldn't answer
past midnight again. <grin>)

~~~~Cheri Harder~~~~~
charderatawsolution [dot] com
Advantage Web Solution
"Developing your internet storefront"
www.awsolution.com
----- Original Message -----
From: "Ernest lee" <baroque_latyahoo [dot] com>
To: <flasheratchinwag [dot] com>
Sent: Monday, February 07, 2000 11:02 PM
Subject: FLASH: dropping on a specific target


> Hi folks I have 3 different moviclips (clip a, b and
> c) that when dropped onto an object (the bin) another
> movie clip is activated, but I have several objects
> (dummy1,2,3 etc) that could be possible drop sites.
>
> I know how to make a clip draggable but how do I tell
> 'clip a' that it has been dropped over 'the bin'
> rather than 'dummy1' and if it has been dropped over
> 'the bin' then 'do this'?
>
> on (press)
> start drag ("clip a")
> if ??? what is the syntax here?
> begin tell target ("/actiona")
> else if ??????? what if 'clip a' is dropped on 1 of
> several other objects?
> do something or do nothing
>
> on (release)
> stop drag
> end on


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


Replies
  FLASH: dropping on a specific target, Ernest lee

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