Search tutorials
Further enhancements
Let's have a Draggable Object snap back to its original place after it was dropped onto an incorrect Target Area. in this way the user is provided with feedback as well. This is achieved by the following steps:
1. Store the initial x and y coordinates of the Draggable Object
2. When released over an incorrect Target Area use the Set Property function to snap it back to the stored values.
Step 1: Within the Draggable Object's main timeline add the following as a Frame Action in frame 1 [= the one with the Button]:
Set Variable: "OrgX" = GetProperty ("", _x)
// Assign the value of the x coordinate to variable OrgX
Set Variable: "OrgY" = GetProperty ("", _y)
// Assign the value of the y coordinate to variable OrgY

| » Level Intermediate |
|
Added: 2000-02-06 Rating: 7 Votes: 391 |
| » Author |
| Peter is a twisted former teacher of English, who now only obeys the grammer of actionscript. He loves writing educational Flash pieces, and is known to enjoy reading actionscript poems by other authors as well. |
| » Download |
| Download the files used in this tutorial. |
| Download (14 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!