How to remove a Runtime event listener in Corona?

By | August 21, 2011

Hi,

Runtime events will not be removed automatically — EVER!

So for removing runtime events in Corona use the following line of code,

--Suppose you have an event 'urEventNew'
Runtime:removeEventListener("enterFrame", urEventNew)

🙂

Leave a Reply

Your email address will not be published. Required fields are marked *