movieclip becomes visible and attached to cursor
I have a simple escape game almost finished but want to try something different. I already have movieclips on the stage when clicked become (._visible=false;) and the inventory mc, visible=true. Then i can drag the inventory mc's around to interact with other parts of the game.
My request (hopefully answered simply) is help on having the inventory mc already attached to the cursor (onPress?) when the mc on the stage is clicked. Basically the inventory mc is to be in a draggable state automatically then you move it to the inventory area or it snaps back to its predetermined location which is what it does now. Hope this is clear enough. Thanks for any help.