Thread: Image Issue
View Single Post
  #6  
Old 08-28-2011, 08:14 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
Either do...
PHP Code:
findImg(index).layer 0
Or use findimg...
PHP Code:
//#CLIENTSIDE
function onCreated() {
  
setTimer(0.05);
}

function 
onTimeout() {
  
with(findimg(1)) {
    
image "block.png";
    
player.x;
    
player.y;
    
layer 0;
  }
  
setTimer(0.05);

It would be better if you used findimg. You can do a whole load of stuff with findimg that you can't do with showimg and it is easier to add effects like spin, alpha, layer and the RGB of the image. You can also make it show text aswell!
__________________
Reply With Quote