Results 1 to 2 of 2
-
March 27th, 2012, 08:10 AM #1
How to tween alpha of dinamic drawn lines
I´m using the code bellow to draw a line:
My question is: How can I make the line to tween, from alpha 0 to 100 using AS2? I Tried TweenMax on "line" movieclip but it does not work.Code:createEmptyMovieClip("line",1); line.lineStyle(2,0xFFFFFF,100); line.moveTo(0,0); line.lineTo(100,100);
Any help will be great! Thanks!
-
March 27th, 2012, 12:07 PM #2
Well I don't know about TweenMax, but you will be tweening line._alpha. Keep in mind that the line is white, so it won't show up on a white background.
Proud Montanadian
We tolerate living and breathing. And niches.
Name Brand Watches
Maybe getTimer() or TweenMax is the answer to your problem . . .

Reply With Quote

Bookmarks