I have been playing with functions for over a week with no success. I have gotten down most of the Coron basics, but I can’t get anywhere further w/o figuring out what’s wrong with these functions. if anyone can point out what’s wrong it would be greatly appreciated:
local function functionName(event)
if(event.phase == "began") then
ball:remove(self)
end
end
floor.collision = functionName
floor:addEventListener("collision", functionName)
[import]uid: 7116 topic_id: 6054 reply_id: 306054[/import]