Hi
I have Video playing in the center of the stage and I'm using button to filp it
function filp(event:MouseEvent):void {
mySampleMC.scaleY *= -1;
}mySampleMC.addEventListener(MouseEvent.CLICK, flip); but the problem when I flip it change Y postion and go up , I wnat to flip it and keep it in same postion Help please Thanks Bassam _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

