only search FlashSource
 
Home
Basics
Flash Games
Design Patterns
Animations & Effects
E-Learining Content
AS3 Maths
Back

Adapter Pattern
Character Jump - 1

 


Contact :
Administrator@flashsource.in

Math ABS Function
Category : Flash Static functions Author : Raina

Math abs() function is the simplest one , which returns the absolute value of a number
function abs(n:Number){
if( n>0){
return n;
}
else return -n;
}
trace(abs(-3));

February 27, 2011URL: www.flashsource.in    

  

 

 

 

 

 

 

 

1 2 3 4 5 >>

copyright ©2010 flashsource.in  

   Contact : Administrator@flashsource.in |Entertainment