Drag and drop technics are very popular in Flash. Using that technic, you can move your object and place it wherever you like. This tutorial will show you how create a drag and drop movie.
Advanced drag and drop in Flash Adobe Flash / Interactivity
Drag and drop activities are very popular in Flash, it is commonly use to create learning activities where elements needs to be associated. It is not difficult to create a drag and drop in Flash. We will first have a look at the two methods startDrag and stopDrag; we will then move on some more advanced tips and tricks to extend the radius of our knowledge on the subject, Let's jump into the action...
Drag and Drop Initiates Action Effect Adobe Flash / ActionScript
In this Flash tutorial you will first create a symbol (object) that you can drag and drop around the screen. Next you will create a drop zone area that will cause the symbol (object) to react when it is dropped into the target area by performing a hit test. As always the completed source file is included.
Create a Dynamic Drag and Drop Movie Adobe Flash / Dynamic Content
This is a tutorial demonstrating how to create a dynamic drag and drop movie. It will enable you to specify just how many targets and objects you want. The program will then dynamically place then on the screen at a location you specify.
Drag and Drop with Target Areas Adobe Flash / Interactivity
How to build a Drag and Drop interaction with Flash 4, which will check the 'Target Area' and respond with sticky behaviour or will put back the Draggable Object. You should be familiar with building MovieClips and the Actions Tab.Building the Draggable Objects,Building the Target Areas,Building Feedback,Scripting,And Beyond.
Drag & Drop / Swap Depths Adobe Flash / ActionScript
In this tutorial we are going to learn how to:
1. Drag an object
2. Stop dragging an object
3. Swap object depths
4. Set up a drop target
5. Make your object return to it's original location when it misses it's target
6. Make your object lock into place, when it hits it's target.
Drag And Drop Items Adobe Flash / Interactivity
Dragging and dropping is used everywhere. Not only in general file moving and placing, but also within games. It my be necessary to move a certain item elsewhere for a puzzle or adventure game. We're going to take a look at the basics of dragging and dropping in Flash. It is a very simple effect to conquer. It only requires a few lines or Actionscript to work, and I shall explain what the Actionscript is telling Flash to do.
Drag & Drop In Flash Adobe Flash / Getting Started
Dragging and dropping is used everywhere. Not only in general file moving and placing, but also within games. It my be necessary to move a certain item elsewhere for a puzzle or adventure game. We're going to take a look at the basics of dragging and dropping in Flash. It is a very simple effect to conquer. It only requires a few lines or Actionscript to work, and I shall explain what the Actionscript is telling Flash to do. If you would like to see an example of what you can create, click here.