Is there a way to have a symbol inside a symbol with drag and drop properties?
I will explain the best i can since i'm new to this.
So, let's say i got a movieclip called *bananaClip*, Inside it's housing a room with some items and other goodies, let's say one of the items is called "bed".
When you load the swf file it shows everything nested inside of the movieClip.
I need to have one or multiple of those items with the drag and drop properties.
The only issue is, since the item "bed" is inside the movieClip, i can not get around applying the code snippets for drag and drop to it.
Yes, i can do that outside in the main timeline with no other movieClips nesting items but that's not what i'm trying to do since the project i'm working on needs to have every "frame/level" converted into a movieClip so it can be controled from the main timeline.
I tried having the drag and drop outside of the movieClip but since the project has scrolling capabilities, when the player moves, the item stays in the center of the frame.
This is how the project looks (it's messy i know :V )
The red box is the drag and drop item, wich is inside one of the levels

Idk if that makes much sense but i'm looking foward to any ideas on how to achieve this
.
Thanks!