Flash CS4 Design Examples
Flash Form
A simple flash movie that contains a form with text input areas. When the form is submitted a php script sends an email and a thank you message is displayed in flash.
Keywords:
Actionscript, Variables, Form Handling, PHP
Flash Costume / Outfit Designer
A flash movie that lets the user click on different parts of a wardrobe. The wardrobe is then applied to an avatar when the user clicks the 'submit' button.
Keywords:
Actionscript, Variables, Loading Movies, Variables
Mini Assignment 1 Example
A simple flash movie that has three movie clips and three animations that change based on what movie clip is clicked.
Keywords:
Actionscript, Frame Labels, Tweening, Import from Photoshop
Mini Assignment 2 Example
A simple flash movie that includes 5 buttons. The buttons have a mouse-over and mouse-down state. Each button opens a web page in a new window.
Keywords:
Actionscript, Tweening, Buttons, Import from Photoshop
Controlling Movie Clips with Actionscript: Animated Button Example
A simple flash movie that includes three embedded buttons. The buttons have a mouse-over and mouse-down state. Each button controls another symbols timeline. Buttons are also targeted with actionscript. The overall effect is creating an animated drop-down meny
Keywords:
Actionscript, Tweening, Buttons, Movie Clips, Timeline, Animated
Actionscript: Drag and Drop Example
A simple flash movie that includes two movieclip objects. One object is draggable onto the other object. Actionscipt detects if the two have "collided" or not.
Keywords:
Actionscript, startDrag, stopDrag, hitTestObject
Web Design Examples