Go Back   CP Web Hosting - reseller hosting > Browser Scripting, HTML, XML and Multimedia > FLASH
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-14-2007, 06:23 PM
1R1 1R1 is offline
Senior Member
 
Join Date: Mar 2007
Posts: 164
Default How Drag and Drop item make disappear?

Hi, can anyone tell me If there is a movie where you pick up an item and drop it into a bag. Then item should be disappeared when it is dropped. How do I do that?
Reply With Quote
  #2 (permalink)  
Old 07-14-2007, 06:26 PM
Senior Member
 
Join Date: May 2007
Posts: 151
Default Drag and Drop item make disappear

HI, You either change the visibility property of the movieclip to 0 or unload it. If you prefer to use unload, you need to previously load the movieclip at a different level with the load movie action.

To change the visibility property just go to the actions window of your triger object and add a Set Property action to the On Release. So your action window will have something like this:

On (Press)
Start Drag ("_level0/mc", lockcenter)
End On
On (Release)
Stop Drag
Set Property ("_level0/mc", Visibility) = false
End On

_level0/mc is the name of the movieclip that will disappear.
Two things to remember:

- Name your movieclip. Select it and open the properties window, now in the definition tab make sure that your movie's name is there. In this example: mc

- When you assign the value false to the Visibility property, make sure that it is a variable. There should be an equal sign in the button and not an abc sign.
Now try it.
Reply With Quote
Reply


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 03:02 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0