This site requires the Flash Player. Please get it here

This site requires the Flash Player. Please get it here

attachMovie Using Buttons Download ZIP
Flash 5

attachMovie Following Mouse Download ZIP
Flash 5

attachMovie Changing Colors Download ZIP
Flash 5

Button Faders Download ZIP
Flash 5

Button Hover Clip Download ZIP
Flash 5

Button Options Download ZIP
Flash 5. Publishes to Flash 4

Clickable Text Links Download ZIP
Flash MX. How to use asfunction to add clickable links to your dynamic text.

DragNDrop_01 Download ZIP
Flash 5. Shows how to duplicate an MC and the drag it around the stage.

Highlighting Selection 01 Download ZIP
Flash 5

New Cursor Download ZIP
Flash 5

Passing Variables Through HTML Download ZIP
Flash 5

Pop-up_01 Download ZIP
Download SIT
Flash 4. Pop-up simulation in Flash. Added 2003-05-06

Push Button Download ZIP
Flash MX. Push Button Component example.

Relavare.com Menu Download ZIP
This item has been removed at the request of Andrew Lyons the co-founder of Relevare Ltd.

Rollout Menu Download ZIP
Flash 5

FScrollPane_01 Component
Download ZIP 59.9 KB
Download SIT 42.2 KB
Download BZip2 42.4 KB
Download ACE 37.2 KB
Flash MX. Simple example of the use of the FScrollPane Component in Flash MX. I went a little nuts this time with the different compression archives available. Let me know if you have any thoughts on this...

SharedObject_01 Download ZIP
Flash MX. Example of using a SharedObject to remember a visitors connection preference.

Side Scrolling Image That Reacts To The Mouse Download ZIP
Flash 5. Publishes to Flash 4

Side Scrolling Image That Reacts To The Mouse Download ZIP
Flash 5 Optimized

Swapping Buttons Download ZIP
Flash 5

TabFields_01 Download ZIP
Flash 5. Basic order tabbing. Not that this works but you cannot tab through the fields until you click a text field or tab a few times even though the cursor may already be flashing in the field from a Selection.setFocus() command and you can type in it. I think this behavior is actually a "feature" of the browser and not a Macromedia Flash Player bug. Updated 2003-04-23

tabIndex Download ZIP
Flash MX. Same issues as above but nicer to implement.

ToggleButton_01 Download ZIP
Flash 5. Button that will toggle into a down or up state and react to mouse over in both states.

ToolTip Download ZIP
Flash 5

Trapped Mouser 01 Download ZIP
Flash 5. Object follows the mouse. But only within a confined space.

ZoomCenter 1.0.2 Download ZIP
Flash 5. Originally created with the help of Leon McComish. Updated 2003-04-03

ZoomCenter_AS2 v1.0.0 Download ZIP | 7-zip
Flash 8 :: ActionScript 2.0. Class that attaches to MovieClips in your library and allows them to zoom to the center of the stage scaling to 100% if they weren't already. Clicking the item again or another such MovieClip will unzoom the currently zoomed MC to its original location and scale. All such MCs within a container MC will manage each others depth swaping automatically to ensure the currently zoomed MC is always on top. Just make sure the class directory "net" (included in the zip archive) is either in your classpath or in the same directory as the FLA utilizing it.

Note this package includes my new XrayLite class as well. It is a trace only alternative to the Xray component that connects to the Xray GUI.

Also you can change the duration of the tween in seconds by reseting it on the target MC via its "duration" property. The default is 1 second.

Example:
image1_mc.duration = 2

Added 2007-01-08