Flash actionscript 3.0: February 2010

Prespective Ball Movement in AS3.0

0

Posted by Sankar.G | Posted in | Posted on 11:29 PM

In Flash we have only 2 axis x&y ,we dont have z axis in flash but in some time we want to show the z axis in flash the below file is used to you to guide how to create a virtual z axis in flash using ActionScript 3.0

PrespectiveBall.zip

Distance Between 2 points in AS3.0

0

Posted by Sankar.G | Posted in | Posted on 10:40 PM

Distance Between point A and B formula is
dx=point1.x-point2.x;
dy=point1.y-point1.y;
distance=Sqrt(dx*dx+dy*dy);
Below files is used to you to find the Distance Between
2 Points

distance.zip


distance.swf