Hello world,
I create a new “Timers” extension: https://github.com/darzu/arcade-timers
Early beta.
Sample: https://makecode.com/_c57bYTea0RFV
Hello world,
I create a new “Timers” extension: https://github.com/darzu/arcade-timers
Early beta.
Sample: https://makecode.com/_c57bYTea0RFV
Oooh. These look nice! I’m curious if there are many implementation differences between your setTimeout
equivalent and @peli’s recently posted setTimeout
-sounding block:
My APIs are integrated into the arcade runtime, eg they will run at the same priority as the “on game update” handler.
Ah. I should probably learn more about this.
Is this documentation still mostly relevant? https://arcade.makecode.com/developer/game-loop … the version number mentioned in the beginning looks to be a bit behind the current release.
Yes it’s pretty good. This part has not changed much.