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 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.
Target Paths Adobe Flash / Tips and Tricks
One of the best new features in Flash 5, is the easiest way the movies can communicate between each others, using dot notation, and absolute or relative paths. My intention is to demonstrates in a graphical/practical way how these target paths will looks like.
Simple Drag and Drop Adobe Flash / ActionScript
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.
Create a Drop Down Menu for showing pictures Adobe Flash / Navigation
This tutorial shows how to use drop down menu using simple actionscript. When you click the button, it will show a drop down buttons which every button can be clicked to show different pictures.
Flash Drop Down Menu Adobe Flash / Interactivity
we're going to look at making a drop down menu in Flash. Drop down menus are popular with Flash developers and webmasters, as they can save space. Without them, menus wuold be cluttered with lots of links. We'll be making a nice basic one, that expands and produces three buttons, then closes when you click it again.
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...
Drop-down Menu for MX Adobe Flash / Navigation
Drop down menus can really be a nice feature to add to your Web site. This tutorial will show you everything you need to know in order to create menus that look 100% professional.