Featured FLA
» Author: Nitin Tikhe
» Title: Cart
» Description: This Animation Tut is a fun and useful for kids below 15 years. Watch the Flag, Doors, Stick and Horse movements.
» More by Nitin Tikhe
Featured Site
» Posted in the Flash Kit Links section
» Title: Banana Swimwear
» Description: This is a banana swim wear interactive catalog we designed and animated in Flash
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
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.