Go Back   kirupaForum > Flash > Flash CS3

Reply
 
Thread Tools Display Modes
Old 11-19-2009, 08:56 AM   #1
ianhill090776
Registered User
Drag, drop and merge?

Hello,
I'm working to create an interactive snow globe in AS3. The user would have a choice of dropping several items into the globe - a house, a candy cane, a fir tree, etc. - and, when done, hit a shake button. The globe and items would shake together, then the snow would appear.
I've got the drag and drop and snow functionality (using Flint particles). However, I'm not sure how to get the globe and the items to move together once the user hits play.
Here's my drag and drop AS, with the globe and tree as movieclips:
Code:
treeMC.addEventListener(MouseEvent.MOUSE_DOWN, pickUp);
treeMC.addEventListener(MouseEvent.MOUSE_UP, dropIt);

function pickUp(event:MouseEvent):void {
    event.target.startDrag();
}

function dropIt(event:MouseEvent):void {
    event.target.stopDrag();
    var myTargetName:String = "globeMC"
    var myTarget:DisplayObject = getChildByName(myTargetName);
    if (event.target.dropTarget != null && event.target.dropTarget.parent == myTarget)
        {event.target.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
         event.target.removeEventListener(MouseEvent.MOUSE_DOWN, dropIt);
         event.target.buttonMode = false;}
    else {}
}

treeMC.buttonMode = true;
I'm at a loss as to how to get them both to work together. A DisplayObject, perhaps?
Any help would be greatly appreciated.
Thanks!
Ian
ianhill090776 is offline   Reply With Quote

Sponsored Links (Guests Only) - Register | Need Help?
 

Reply

Tags
actionscript, cs3, drag, drop


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:21 AM.

SUPPORTERS:

kirupa.com's fast and reliable hosting provided by Media Temple. flash components
Creative web apps. Make your own free flash banners and photo slideshows.
Check out the great, high-quality flash extensions. Buy or sell stock flash, video, audio and fonts for as little as 50 cents at FlashDen.

Flash Transition Effects

Flash Effect Tutorials

Digicrafts Components
Flash effects. Art without coding. Upload, publish, deliver. Secure hosting for your professional or academic video, presentations & more. Screencast.com
Streamsolutions Content Delivery Networks Flipping Book - page flip flash component.
Flash-Gallery.com - Get your flash photo gallery (flash component or swf gallery Learn how to advertise on kirupa.com
 

cdn
content delivery network (cdn)

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd. Copyright 2010 - kirupa.com Copyright 2010 - kirupa.com