View Full Version : opacity
stewart wright
06-15-2001, 02:33 PM
im just making my first flash animation and ive got on fine,transforming bitmaps into vectors etc,but what i cant do is make an object slightly transparent. is it possible to do this? and if so how?
Jesse
06-15-2001, 03:13 PM
make your object a movie clip then:
manually - use the effect tab of the instance edittor to set the Alpha property to any value less than 100
or use code: _root.movieClipname._alpha = x; where x is a number from 0 to 100
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.