Flasher Archive

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


Subject: RE: FLASH: FLASH help
From: Wayne Kaminsky
Date: Wed, 18 Oct 2000 18:55:40 +0100

Hi JC

This following script was used on a button in a movieclip: the drop area i
was testing for was a movieclip with and instance name of
'clip_1_place'

see this working at www.content.co.uk/12snap/day1

On (Press)
Start Drag ("/clip1") ( THIS MAKES THE CLIP DRAGABLE)
End On

On (Release)
Stop Drag (THIS RELEASES THE
CLIP FROM DRAGING)
Set Variable: "droptarget" = _droptarget (THIS IS THE 'KEY
ACTION' AND RETURNS A VALUE OF WHERE YOU DROPPED IT)

If (droptarget eq "/clip_1_place") (DOING A TEST TO SEE IF
THE MOVIE WAS DROPED ONTO 'CLIP_1-PLACE)

Begin Tell Target ("/YOUR MOVIE") (DO WHATEVER YOU WANT
HERE, PLAY, STOP, SOUND)
Go to and Play (2)
End Tell Target

End If
End On


CHEERS

WAYNE
(if you battle then send me your email address and i'll send you my complete
file to play with)
wayneatcontent [dot] co [dot] uk

www.Flashhelp.co.uk



-----Original Message-----
From: owneratchinwag [dot] com [owneratchinwag [dot] com]On">mailto:owneratchinwag [dot] com]On Behalf Of Jim Curry
Sent: Wednesday, October 18, 2000 5:16 PM
To: flasheratchinwag [dot] com
Subject: Re: FLASH: FLASH help



Thanks Wayne...Any help on how to set it up so that when the clip is
placed in a specific spot it triggers another movie?
JC
Wayne Kaminsky wrote:
>
> You need to specify the constraining area:
>
> Start Drag ("/yourMovie", L=10, T=0, R=20, B=100, lockcenter)
> I specified left = 10 top = 0 right = 20 bottom= 100
>
> cheers
>
> wayne
>
> -----Original Message-----
> From: owneratchinwag [dot] com [owneratchinwag [dot] com]On">mailto:owneratchinwag [dot] com]On Behalf Of Jim Curry
> Sent: Wednesday, October 18, 2000 10:34 AM
> To: flasheratchinwag [dot] com
> Subject: FLASH: FLASH help
>
> Hi all,
> I posted yhis question last night and haven't seen it yet so I will try
> again..If it appears twice..I apologise!
> I would like to have a movie clip to be draggable. I can do this, but
> how do I doo the following:
> 1-Constrain it to the main movie file's area..right now it can go off.
> 2-If the clip is placed in a certain spot it triggers another movie into
> playing.
>
> The book doesn't explain how to do thius in "plain" language for non
> scriptors such as myself.
> Thanks!
>
> --
> Jim Curry :-)
> Virtual Curry
> "A nice place to unwind on the internet"
> gif and flash animations,
> illustrations, music and more
> http://home.twcny.rr.com/jcurry/
>
> jcurry1attwcny [dot] rr [dot] com (mailto:jcurry1attwcny [dot] rr [dot] com)
> ************Stop by and Relax!**************************
> The Virtual Curry Gallery is filled with fun, entertaining, and
> interactive pieces. Be sure to try out the new PaintBall Flash
> Game for 1 or 2 players.
> http://home.twcny.rr.com/jcurry/gallery.html
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> NudeGuru.com is proud to sponsor the Flasher list
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> IT'S THE ART OF MONEY, HONEY!
> Tips and Advice from some of the most popular Flash
> artists + industry power-brokers on how to hold onto
> your rights, negotiate contracts and get full value
> for your work.http://www.nudeguru.com from Franke James
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpatchinwag [dot] com
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> NudeGuru.com is proud to sponsor the Flasher list
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> IT'S THE ART OF MONEY, HONEY!
> Tips and Advice from some of the most popular Flash
> artists + industry power-brokers on how to hold onto
> your rights, negotiate contracts and get full value
> for your work.http://www.nudeguru.com from Franke James
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpatchinwag [dot] com

--
Jim Curry :-)
Virtual Curry
"A nice place to unwind on the internet"
gif and flash animations,
illustrations, music and more
http://home.twcny.rr.com/jcurry/

jcurry1attwcny [dot] rr [dot] com (mailto:jcurry1attwcny [dot] rr [dot] com)
************Stop by and Relax!**************************
The Virtual Curry Gallery is filled with fun, entertaining, and
interactive pieces. Be sure to try out the new PaintBall Flash
Game for 1 or 2 players.
http://home.twcny.rr.com/jcurry/gallery.html

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: FLASH help, Jim Curry

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