Updated How do loops work?.md (markdown)
commited
commit
4c6b1e2a8e4885cd7afb6c3f32626ef5f8be5d9b
... | ... | @@ -1,3 +1,3 @@ |
1 | 1 | Check out Mathias Elgaard's [[Video Tutorial on loops for more info!|https://www.youtube.com/watch?v=kBmBLMHqlK0]] |
2 | 2 | |
3 | There are multiple ways to make a loop one of the ways to make one is to make a repeating timer by make so that every frame num is increased by 1 and then when num=120 (60 frames is 1 sec) a sound plays, here's an image |
|
... | ... | \ No newline at end of file |
0 | There are multiple ways to make a loop one of the ways to make one is to make a repeating timer by make so that every frame num is increased by 1 and then when num=120 (60 frames is 1 sec) a sound plays, here's an image![image](https://cdn.discordapp.com/attachments/718624339955548242/784830465978007582/unknown.jpeg) |
|
... | ... | \ No newline at end of file |