Flasher Archive

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


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

hehehe... my mistake... gotta pay more attention! :)

tks a lot :)

----- Original Message -----
From: John Croteau <croteauaterols [dot] com>
To: <flasheratshocker [dot] com>
Sent: S�bado, 3 de Julho de 1999 14:39
Subject: Re: FLASH: Rotation loop


> Hi Persio,
>
> > I'm having a hard time by doing loops with Flash 4.0.
>
> > 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
>
> You need to set the values to of the Set Variables
> from String (abc) to Expression (=)
> There will be no quotes around the values on the right side of the
> equals sign:
>
> 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
>
> ******************************************************************
> Note, this method should NOT be affected by the size reduction bug.
> Results of the bug test will be released this weekend.
> I'm also having trouble deciding who had the best entry.
> ******************************************************************
>
> ----------- -----------------------
> John Croteau croteauaterols [dot] com (mailto:croteauaterols [dot] com)
> ------------- -------------------------
> FlashTek (Advanced Websites with Flash) http://www.FlashTek.com/
> Flash Bible (Fast track to good Flash) http://www.FlashBible.com/
> Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
> The Flash Tech Resource (Tech Notes) http://www.FlashCentral.com/tech/
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> ------------------------------------------------------------------------
> To UNSUBSCRIBE send: unsubscribe flasher in the body of an
> email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
> N.B. Email address must be the same as the one you used to subscribe.
> For info on digest mode send: info flasher to list-manageratshocker [dot] com
>


------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


Replies
  Re: FLASH: Rotation loop, Tim Brayshaw

Replies
  FLASH: Rotation loop, Persio Pucci (Atendimento
  Re: FLASH: Rotation loop, John Croteau

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