Hi all.
This sure seems like a bug, let me paint the scene:
We have an object, let's say a sprite:
<img src="http://images.devs-on.net/Image/4Ylk1kKluQLj8cb-ConstructClassic.png" border="0" />
And then we have a panel object with a hotspot conveniently set to center:
<img src="http://images.devs-on.net/Image/Tg5ersXIxdMrXOi-ConstructClassic.png" border="0" />
So we go ahead and place the panel to the same position as our object:
<img src="http://images.devs-on.net/Image/Q9Yi7ns5KNRbFOH-Region.png" border="0" />
So far so good:
<img src="http://images.devs-on.net/Image/ctG1oINryuXgm2q-Application1DX9r.png" border="0" />
Now we think - hey, it has a centre hotspot, so all we need to do is to resize it and set an angle and it will cover our object nicely:
<img src="http://images.devs-on.net/Image/4YYcDKdVOOtawiL-Region.png" border="0" />
But what happens is this:
<img src="http://images.devs-on.net/Image/jBcpt7vzRSt5R1z-Application1DX9r.png" border="0" />
Which is really quite bad. Is it bug, and if so, is it possible to fix it? That would REALLY help for certain things (in this case we were trying to do a bit of automated fake Ambient Occlusion).