Drag-and-Drop Interactions
A simple multiple-choice quiz can be effective in testing situations, but drag-and-drop interactions can add many useful features of an interactive process. With drag-and-drop interactions, you can simulate experiences that mimic the real world.
Using Flash and Action Script, drag-and-drop interactions can be created from scratch, using hit Test properties and if conditionals to test whether an object has been dropped on a specific target. If the object has landed on its correct target, the application shows a correct response or visual/audio feedback. If the object is not dropped on its correct target, an incorrect response or visual/audio feedback can occur.
The interactions are Action Script 2.0 only, but have all of the features necessary to create many desired interactions. You can then use the Flash Component Inspector to configure interactions, change their text, and alter the conditions of their tests.
At Cyber Works, we created drag-and-drop interactions to meet the many custom-content needs of our clients.
Components
Flash comes with ready-made user-interface components that you can add to courses and configure through the Component Inspector and the Parameters panel. These components include: Radio Buttons, Checkboxes, Text Fields, clickable Selection Buttons, List Boxes, and Combo Boxes. Components in Flash CS3 are easier than ever to customize; simply double-click on a component and edit its “skin.”
You can even use Action Script to test for specific conditions and return certain values, to create your own quizzes and test interactions.
You can also dynamically update the text for components from an external text file. So application development is much easier now, using Flash Components and Action Script.












