Archive for the 'Flash Source' Category
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 […]
Posted in Flash Source, My Classes | No Comments »
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 […]
Posted in Flash Source, My Classes | No Comments »
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 […]
Posted in Flash Source, My Classes | 4 Comments »
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 […]
Posted in Flash Source, My Classes | No Comments »
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. […]
Posted in Flash Source, My Classes | 5 Comments »
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 […]
Posted in FLAs, Flash Source | 6 Comments »
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, […]
Posted in FLAs, Flash Source | No Comments »
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 […]
Posted in FLAs, Flash Source | 4 Comments »
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 […]
Posted in FLAs, Flash Source | 2 Comments »
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.
Posted in FLAs, Flash Source | 2 Comments »