Hehe to any who knows how to work with this
I’m working with a perlinNoise bitmap called bitmap, which i use for a displacementMapFilter
var d:DisplacementMapFilter = new DisplacementMapFilter(bitmap, new Point(0,0), 2, 3, [FONT=Arial Black]30[/FONT],30, 'color');
But when i change the scaleX parameter, my displacementMapFilter seems to shift to the right, which I DON’T want it to do. Its annoying me to no end.
Stringy can probably help me with this.