
06-20-2004, 03:15 PM
|
|
Registered User
|
Join Date: Mar 2004
Posts: 68
|
|
|
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? |
|
|
|