如何检查 eventListener 是否正在运行?
例如,我想实现以下目标:
if (ball.y + vy > 2) and EventListener-wallBounce-is-off then
Runtime:addEventListener("enterFrame", wallBounce)
end
如何检查 eventListener 是否正在运行?
例如,我想实现以下目标:
if (ball.y + vy > 2) and EventListener-wallBounce-is-off then
Runtime:addEventListener("enterFrame", wallBounce)
end