This Tutorial will teach how to use Action Script 2.0 to rotate any item in flash cs4 cs3.
2
comments:
Neal
said...
What code did you use to get the 3 triangles to rotate? I could only manage one triangle at a time when I used the same code, and gave each triangle the instance name of hero.
u have to create another triangul and named hero2 and hero3 and u have to copy the code to the 2 others heros and change the part that say --> hero._rotation = .... <-- and put
2 comments:
What code did you use to get the 3 triangles to rotate? I could only manage one triangle at a time when I used the same code, and gave each triangle the instance name of hero.
u have to create another triangul and named hero2 and hero3 and u have to copy the code to the 2 others heros and change the part that say --> hero._rotation = .... <--
and put
--> hero2.rotation = .... <---
and
--> hero3.rotation = .... <---
Post a Comment