[deleted]
Jul 25, 2014 - 22:55
I can't find any example of how to use ui.delay(). I've tried what seems the obvious simple case below, but the function always runs immediately... without any delay. Can you provide an example please. Thank you, Tony.
import ui
import console
def funcSome ():
console.hud_alert('funcSome')
ui.delay(funcSome(), 3)