Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: FLASH: Rotation loop
From: Persio Pucci (Atendimento VIP)
Date: Sat, 3 Jul 1999 18:23:03 +0100

Folks,
 
I'm having a hard time by doing loops with Flash 4.0. I never really made it work. Here is an example:
 
On (Release)
      Begin Tell Target ("/logo")
            Set Variable: "x" = "0"
            Loop While (x<360)
                  Set Property ("/logo", Rotation) = x
                  Set Variable: "x" = "x+2"
            End Loop
      End Tell Target
End On
In this button, when you press it, I want the "/logo" object to rotate until it makes a 360� rotation. It won't move. What am I doing wrong?
 
Where can I find some deeper info on programing with Flash?
 
Regards,
 
Persio

Replies
  Re: FLASH: Rotation loop, John Croteau

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]