Archive for the 'Flash Source' Category

StageManager Class

Sunday, July 1st, 2007

View Example
View Documentation
Download Class & Example Files
I realize that there is a million StageManagers out there and this class is probably about 2 years overdue, but I wanted my own StageManager class. You can use the StageManager to align clips to the top left/center/right, middle left/center/right, and bottom left/center/right. It […]

ContactForm Class

Saturday, December 23rd, 2006

View Example
View Documentation
Download Class & Example Files
This is my Christmas present to you all. Description ripped directly from the documentation because I’m lazy
Creates a communication gateway between a contact form and a PHP script that checks for validity and sends the email. The e-mail checking is rudimentary at […]

PullOutMenu Class

Tuesday, December 12th, 2006

View Example
View Documentation
Download Class & Example Files
The PullOutMenu class creates a menu like the classic dropdown menu with the options to direct it up, down, left, or right depending on values set. You also have the ability to set optional parameters like the menu open speed, close speed, the easing function to use […]

MotionBlur Class

Wednesday, December 6th, 2006

View Example
View Documentation
Download Class & Example Files
The MotionBlur class adds a motion blur to a movie clip depending on its speed. The TweenExtended class from Square Circle is required as of right now, but if enough people request me to change it to not use it then I can certainly do so. On the […]

AxisScroller Class

Friday, December 1st, 2006

NOTE: This version is obsolete.  Follow the progress on the class at EVOLVE.
View Example
View Documentation
Download Class & Example Files
This is my first release in the new category to the right, Flash Source > Classes. It’s a scrollbar class that allows you to scroll at the X or Y axis, different ease types, speeds, etc. […]

MotionBlurClip Class

Tuesday, July 18th, 2006

View the Preview
Download Source - Flash 8
This class was inspired by a thread on the Kirupa forums located here.  Since I’ve been messing with OOP lately, I figured I’d try and convert this into a class.  It came out pretty well and I expanded it a bit, but if you have any ideas on how […]

Mouse Position Decides Animation

Monday, July 3rd, 2006

View the Preview
Download Source - Flash 8
I threw this together for Matt and since he seemed to think it was really cool, I’m posting it here.  The animation will move depending on where your mouse is.  So, if you are on the left of the screen, you will be at the start of the animation, […]

Search as You Type

Thursday, May 18th, 2006

View the Preview
Download Source - Flash 8
I was bored the other day so I put this together. It’s a little search as you type application that shows the results of an XML populated “gallery”. I wasn’t intending to release this to the public so the code may be a bit sloppy and need […]

ColorTransform Tweening

Thursday, January 12th, 2006

View the Preview
Download Source - Flash 8
I’ve finally came up with a file where you can input a hexadecimal value into a function and have a ColorTransform object tween itself into that hexadecimal value. I don’t really fancy working with the offsets and multipliers in the ColorTransform object so I wanted to make this […]

XML Image Loading Scroller

Monday, December 5th, 2005

View the Preview
Download Source - FMX2004+
I made this file for someone on Kirupa Forums as an example to get him started. It loads up images into a panel through XML and scrolls them using next and previous buttons.