Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
Drag and Drop with Target Areas
Author: Peter Brouwers
| Website: http://www.derijen.nl/taiji |
Building the Draggable Objects
Draggable Objects are MovieClips with a Button in the first frame.
Add a symbol to your FLA, Behaviour is MovieClip
Add a Stop action to the first frame. Insert a Button with the following Action:
On (Press)
Start Drag (GetProperty(_x, _y))
End (Press)
This will enable the Object to be draggable. You could even constrain the drag-area by using the rectangle options. Add a second frame also with a Stop action and with a Graphic equal to the first frame of your Button (the Up-state graphic). Make sure both graphics are placed at the exact same spot.
Building the Target Areas
Target Areas are MovieClips as well, just do not forget to name them when placed on the Stage! MC without an instance name will not appear in the Target window! So far I found that only MCs with a filled graphic will work here.
Building Feedback
Create a MovieClip with empty Keyframes all with a Stop Action. The number of empty frames depends on the number of Target Areas.
Then import a sound, and insert it after these empty frames, have it play only once.
| » Level Intermediate |
|
|
Added: : 2000-02-06
Rating: 7.10 Votes: 391
Hits: 30212
|
| » 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)
|
|
Get conversion and unzipping tools
for PC and Mac here!
|
| » Forums |
|
More help? Search our boards for quick answers!
|
|
Please rate this tutorial, 10 is the top rating, you can also click the
comments link to read/write a review.
|
|
|