- eBay Auction Shopping Alt
- Credit Cards
- Best deals, discount prices
- Rencontre
- Casual Fashion from Uniqlo
- Jobs
- Run your car on only tap water
- Annonce auto gratuite
- Cell Phones
Vector Classes
Vector classes for AS 3.
http://www.createage.com/blog/?p=110Â
XDate
Extends the Date class and adds new methods:
- getDayOfWeek
- isSunday
- isMonday
- isTuesday
- isWednesday
- isThursday
- isFriday
- isSaturday
- isWeekend
- setDaysInMonth
- get daysInMonth
- getDaysLeftInMonth
- get daysInYear
- monthStartDate
- monthEndDate
- setWeeksInMonth
- getWeeksInMonth
- get daysInWeeks
- get daysInWeek
- getDay
- getDayName
- getMonthName
http://www.somerandomdude.net/blog/flash/actionscript-date-extension-class/
Fibonacci
Generate Fibonacci sequence.
http://www.somerandomdude.net/blog/flash/actionscript-fibonacci-class/Â
Reflection
Generate reflections from images
http://pixelfumes.blogspot.com/2006/06/actionscript-3-reflection-class-source.htmlÂ
MoveController
From teh site:
Recently I had to come up with a all-in-one tweening solution for one of my AS 3 projects, so I built this little class that handles tweening of all object properties that you might throw at it, and I decided to share.
You can tween these properties:
- x
- y
- rotation
- width
- height
- scaleX
- scaleY
- theoreticaly any other public property accessible through “Object.Propertyâ€
You can tweak the motion acording to your needs using 2 numeric parameters.
Vector
from the site:
I assume that you have at least basic knowledge about vectors. I have written a vector actionscript class, which contains most of the vector operations you’ll ever need.
http://www.johanvanmol.org/content/view/41/37/Â
ToolTip
A tooltip class for flash
http://nodename.com/blog/2005/09/12/tooltip/Â
SmoothMover
SmoothMover is a Static Actionscript Class designed to perform easily and quickly smooth, tweened organic motion of any property of a MovieClip.
Very simple to use and much easier than Macromedia Tween Class, yet so powerful, can manage listeners, friction, and affect any kind of properties.
FrameEvent
From the site:
Manage frame events easily and quickly with this Class. No more boring coding of onEnterFrame event. Make your ActionScript easier: set number of repetitions, frames interval, arguments to send to the function… or simply delay a function of one frame…
Designer Class
From the site:
Control the Drawing API in Flash with this easy-to-use Class. Simple ActionScript Commands can draw circles, squares or complex shapes with gradients in just one line of code.
http://www.pippoflash.com/index.php/2006/02/01/download-designer-class/