Having issues rotating a showimg
PHP Code:
function onCreated() {
with (findimg(201)) {
polygon = { 30, 20, 320, 20, 320, 80, 30, 80};
image = "zone_beamh1.png";
layer = 4;
//this.rotation = degtorad(180);
}
}
This works fine but as soon as I uncomment the rotation, it dissapears