Nice Source Collection
Tuesday, August 14th, 2007Lucas Motta posted a nice little collection of source files. Some cool stuff in there.
Lucas Motta posted a nice little collection of source files. Some cool stuff in there.
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. […]
Jack Doyle of GreenSock posted another cool class called TextMetrics that highlights (puts a movie clip over a text area’s instance) all instances of a string throughout a text area. This can be very useful for building search engine-like apps.
So, as you can tell, I just found GreenSock, and Jack Doyle is putting out some awesome classes. Oddly enough, he’s in St. Charles, IL, about 20 minutes from Streamwood where my parents live (and where I intend to move back next summer). This XMLParser basically turns all your nodes into an array […]
This TransformManager is an awesome class to put in the ole code bank. It basically allows you to scale, rotate, and move clips on the stage as a user. It has some great features and is really useful for applications where you may be building an e-card creator or something of the like.
Got this via Big Spaceship. TweenLite and TweenFilterLite are two classes used to tween filters and other stuff in AS3. Only 5k total!
UPDATE: There is an AS2 version of both classes available through the site’s links.
Trevor McCauley (better known as Senocular) posted up some really cool layout classes which make a sort of Flex-esque layout possible in Flash. Really nice stuff.
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.
Jon Beebe posted about a script he converted and made usable in AS3 for detecting multi-key combinations. Pretty neat.
Andrew Fitzgerald (otherwise known as visualcondition on Kirupa) came up with a new, very lightweight tweening engine that he likes to call Twease. It’s only 2k so it’s perfect for doing stuff like banners and other size controlled projects.