PDA

View Full Version : Flip Property?



JapanMan
September 15th, 2008, 05:31 PM
Is there an MC property that flips it horizontal/vertically? I don't want to simply rotate it 180 degrees.

Thanks.

senocular
September 15th, 2008, 05:40 PM
set its scale to a negative value. In AS2: _xscale and _yscale; AS3: scaleX and scaleY.

JapanMan
September 16th, 2008, 05:16 PM
thanks, works great