View Single Post
  #896  
Old 02-12-2011, 11:04 PM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
Having issues rotating a showimg

PHP Code:
function onCreated() {
  
with (findimg(201)) {
    
polygon = { 302032020320803080};
    
image "zone_beamh1.png";
    
layer 4;
    
//this.rotation = degtorad(180);
  
}

This works fine but as soon as I uncomment the rotation, it dissapears
Reply With Quote