HomeAbout

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.

 http://blog.incito.lt/?p=18

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

From the site:
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.
http://www.pippoflash.com/index.php/2005/12/16/smoothmover/ 

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…

http://www.pippoflash.com/index.php/2005/12/21/download-frameevent-actionscript-onenterframe-manager/ 

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/