Flasher Archive

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


Subject: FLASH: Help!
From: Jim Curry
Date: Mon, 6 Nov 2000 12:01:33 GMT

Hi,
i am tryin in vain...to set up a sequence where a door is dragged open
and once its is to a certain spot, a movie clip is activated. the door
can onmly slide to thr right and I ahve been able to setb this upo ok.
I have it so the clip is sctivated on a rollout, but, thats not good
because if they drag it to a certain point short of where I want them to
go then things don't work right

Here's the script thus far. What's next...??

Thanks!!

on (press) {
startDrag ("/thehatchdoor_clip", false, origX, origY, origX+125, origY);
}
on (release) {
stopDrag ();
}
on (rollOut) {
tellTarget ("/nextframe_clip") {
nextFrame ();
}
}

--
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.
The House Tour is undergoing some renovations! Stop by for
the latest additions and changes!
http://home.twcny.rr.com/jcurry/gallery.html


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre

Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save £200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  RE: FLASH: Help!, Dorian Nisinson

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