Skip to main content
Known Participant
October 30, 2007
Question

seeking timed alpha for cs3

  • October 30, 2007
  • 3 replies
  • 265 views
anyone know of a relatively easy way to create an alpha shift in an MC over a set length of time without using tweening? thanks very much
This topic has been closed for replies.

3 replies

kglad
Community Expert
Community Expert
October 31, 2007
you said cs3. i inferred you're using as3.

you can use setInterval() in as2.
kglad
Community Expert
Community Expert
October 31, 2007
check the timer class in the flash help files. that will show you how to create an easily controllable loop.
Known Participant
October 31, 2007
i looked it up it's only for AS3.0. i'm using 2.0 in my fla file. poop.
kglad
Community Expert
Community Expert
October 30, 2007
use the timer class to start a loop and adjust your movieclip's alpha property in the function called by the timer listener.
Known Participant
October 31, 2007
not sure i understand that, but it gives me a start point.