I want to make something like an water reflection,
but I have one problem.
copy picture to the right works perfect: (snag-0101.jpg)
but I can't copy them to leftCode:object.bitmapData.copyPixels (blubit.bitmapData, new Rectangle(0,0,stage.stageWidth, stage.stageHeight), new Point(1,1)): (snag-0101.jpg)
=> this doesn't workCode:object.bitmapData.copyPixels (blubit.bitmapData, new Rectangle(0,0,stage.stageWidth, stage.stageHeight), new Point(-1,1))
how can use the copyPixels method to copy pixels to the left.
negative values doesn't work


: 
Reply With Quote