русский

Classes Description
Path.as

Imagine that you have to move an object in a straight line.
No problem: in enterFrame you put something like this._x+=this.speed and the object moves.
It gets a bit more complicated when you need the object to follow some sort of a path.
read more>>

 

GradientAndSafePalette.as gradient and safe palette AS2 class

 

FreeSelector.as Free Selector. AS2 and AS1 class. Identification of the selected area with the dashed moving line.

 

RectangularSelector.as Rectangular Selector. AS2 and AS1 class.
Identification of the selected area with the dashed moving line.

 

XMLE.as XML extender AS2 class

 

Skew.as AS2 class

 

FavoriteFontsPanel.mxp Favorite Fonts Panel allows flash designer
to easy use the short list of favorite fonts
instead of exploring the huge list of all fonts
installed in system every time.
SkewedMovieClip.as Skewed movie clip. AS2 class (Flash 8)
 
ElasticCord.as Elastic cord AS2 class (Flash 6)

 

Articles Description
A stylish initialization of AS1 classes.

AS2 classes brought new ideas into ActionScript programming. Private and public methods, static classes etc. But the fact that an AS2 class can be compiled into 6-th version of the player, teaches us that the essense remained much the same and everything can be implemented in AS1. How come?
Read on >> .