Hi...

I wanna drag an object...when drop/release...i want to
goto scene 2.

I just cant remember the way to do this ?
Here is my actions....("/dyna") is the dragable movieclip.
Everything works exept the (goto next scene)..so whats wrong ?
___________________________________
on (press) {
startDrag ("/dyna");
}
on (release) {
gotoAndPlay ("Scene 2", 1);
stopDrag ();
}
___________________________________