Featured FLA
» Author: Bugra Ozden
» Title: Skatalog v9 - product catalog
» Description: Create your product catalog easly and publish on your website or Create your image gallery, documents list, portfolio. Fully XML Driven
» More by Bugra Ozden
Featured Site
» Posted in the Flash Kit Links section
» Title: Creative DW Image Show PRO
» Description: Creative DW Image Show PRO is a Dreamweaver extension which enables the user to create multimedia presentations. It combines the features of the popular Creative DW Image Show with the ability to add professional text effects to slides (similar to After Effects). The product is very customizable: the user can choose the duration of the transition effects, the slide motion start and end position, zoom and panning type for both images and texts.
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.