I want to check if it is possible to identify that the event listener is running or not. For example, I have achieved the following:
local function doTurn (event)
rotatingRect:applyAngularImpulse(50)
end
Runtime:addEventListener( "enterFrame", doTurn )