hello,
I use timer with storyboard
but when I give the reload timer is doubled.
How do I fix ?
local function funcionTimer()
code…
end
timer.performWithDelay( 100, funcionTimer(), 0 );
I used an id, and tried pausing and resuming, but also gives error.
How do I remove the timer before the reload