Hi!
I want to toucha a line when an another line have a collision with that. so i put this.
local function onCollision(self,event)
if(event.other.name==“limite”)then
Fondo:addEventListener(“touch”,temporizador2)
end
end
But after the first collision, when i touch Fondo, its go to temporizador. I only want , when the collision is with limite, and no whatever.
Thanks