Tag Archives: flash spiral

How to make flash rotating spiral

February 18, 2010

2 Comments

Step by step tutorial shows you how to make flash rotating spiral using actionscript 3.0  with few  simple steps. ActionScript 3.0 Code The comments should be informative enough to let you know what we’re doing in each step. var speed:Number = 0.3; var radius:Number = 0; var angle:Number = 0; var xpos:Number; var ypos:Number; var [...]

Continue reading...