|
-
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 ();
}
___________________________________
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|