Trying to scale an active to match the screen dimensions. The height scales correctly but the width scales to about 90% of the screen. Whats wrong?
* Start of Frame Active 6 : Set position at (0,0)
Active 6 : Set Y scale to ScreenHeight( "Android object" ) / OHeight( "Active 6" ) (Quality = 1)
Active 6 : Set X scale to ScreenWidth( "Android object" ) / OWidth( "Active 6" ) (Quality = 1)
The hotspot/actionpoint of the active is top left.
And why on earth is there not just a Set X Size (in pixels)? It would be much easier to do.
Cheers