Something I should really know, but I’ve never had much call for it before…
I’m using storyboard for scene management and the occasional scene uses ‘timer.performWithDelay(1500, function)’
I tend to execute it in the create scene function, rather than the onEnterScene.
Do I have to remove this function (in a similar way to a “enterFrame” runtime event listener)? And if so, how?
Thanks
Mark