Hi, since I got no answers in my other thread I think I might have better luck by creating a new one, but now to the trouble I'm having.
I'm trying to show an image on the screen, but I can't get it to work correctly. When I collide with the object, the program waits until the player click the mouse(as it should). But the image don't show up! What am I doing wrong?
My code for this event:
function eventoneintestine(event)
if object exist(1) and object exist(101)
if sprite exist(101)
if object collision (1,101)
show sprite 101
wait mouse
delete object 101
delete sprite 101
endif
endif
endif
endfunction