I am just a beginner in Flash, but I found a great way to make some Drag & Drop thing.
I want the user to be able to pick an image, and they can place it somewhere else to create a monster.
I use this code:
on(press) {
startDrag(this,false);
}
on(release) {
stopDrag();
}
on(press) {
startDrag(this,false);
}
on(release) {
stopDrag();
}
But I want the user to be able to drag a tiny little thumbnail of the part, and they will drag the normal sized part and place it on the rest of the "monster"
Anybody know how I can make this? Thanks.
Teun
