View Single Post
  #5  
Old 06-20-2004, 03:15 PM
Salaisuus Salaisuus is offline
Registered User
Join Date: Mar 2004
Posts: 68
Salaisuus is on a distinguished road
I wonder tho...

if (playersays(moo)){
setshape 1,32,32;
showimg 1,door.png,playerx,playery;
}
if (playertouchsme) { destroy;}

Before I used this script.
Mostly I couldnt touch the door image, but sometimes it was destroyed when the player walked trough it.

So is it possiple to "touch" pictures displayed by showimg?