Hello Corona Developers,
I have a quick question that I was hoping someone could answer. Does anyone know the delay of a Runtime event listener. How many ms are in between each tick?
Thanks!
Hello Corona Developers,
I have a quick question that I was hoping someone could answer. Does anyone know the delay of a Runtime event listener. How many ms are in between each tick?
Thanks!
Depends on whether you’re running at the default 60 FPS or at 30FPS because the device is slow and can’t cope with 60FPS. So if you’re running at 60 FPS then that means the enterFrame event occurs 60 times a second. So thats about once every 1.3 milliseconds. Hope this helps.
Depends on whether you’re running at the default 60 FPS or at 30FPS because the device is slow and can’t cope with 60FPS. So if you’re running at 60 FPS then that means the enterFrame event occurs 60 times a second. So thats about once every 1.3 milliseconds. Hope this helps.
I happened to see this old post, but I have one question…
if enterFrame occurs 60 times a second, shouldn’t it be 16.667 ms (instead of 1.3 ms)?
1/60 = 0.01667 seconds or 16.67millseconds.
Rob
I happened to see this old post, but I have one question…
if enterFrame occurs 60 times a second, shouldn’t it be 16.667 ms (instead of 1.3 ms)?
1/60 = 0.01667 seconds or 16.67millseconds.
Rob