Archive for the 'FLAs' Category

Nice Source Collection

Tuesday, August 14th, 2007

Lucas Motta posted a nice little collection of source files.  Some cool stuff in there.

FuseVertexPanel

Friday, August 10th, 2007

View the Preview
Download Source - Flash 8+
A while ago I inquired on the Kirupa forums how to tween vertices of a shape. My main man prg9, as usual with all the helpful information he includes in all his responses, pointed me to a bunch of places where the answers were hidden at. […]

[Legacy] XML Image Load Scroller Update

Tuesday, July 17th, 2007

View the Preview
Download Source - Flash 8+
I got a request today from someone on the Kirupa forums to update my old school XML image load scroller. The original can be found here. The post can be seen here.

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.

superScroller 0.9.5

Sunday, November 6th, 2005

View the Preview
Download Source - FMX2004+
As promised, here is the newest version of my superScroller. For the original post, click here.
ADDITIONS/FIXES

When focus is set on the Flash swf, up/down arrow keys on keyboard scroll
When focus is set on the Flash swf, the mousewheel scrolls
On unloading the scrollbar (when its no longer visible on stage), […]

superScroller 0.9.0

Sunday, October 23rd, 2005

View the Preview
Download Source - FMX2004+
I've had the need for a reliable scrollbar on just about every project I've ever done. While there are tons of pretty good ones out there, I felt the need to make my own so that it can be as flexible as possible. Based off of the code [...]