How i can make a command if sprite touch sprite
// it is right
player = object sprite = "Maincharackter"//or the name of my sprite end
Item = object sprite = "besen" end
if player touch besen then draw = function() screen.clear screen.drawMap("informatikraum",0,0,500,200) screen.drawSprite("maincharaktermitbesen",x,y,20,20)