Use Markdown's number lists
commited
commit
c6221ba084a443d3274f084b8a269ad4130eb925
... | ... | @@ -2,10 +2,10 @@ Use [[Current Frame]] and [[If]] to check for an event. |
2 | 2 | |
3 | 3 | The 3 examples in the picture will have a different behavior: |
4 | 4 | |
5 | 1) Will make the sound play every 60 frames. Change the number 60 in the % for the number of frames you desired. |
|
5 | 1. Will make the sound play every 60 frames. Change the number 60 in the % for the number of frames you desired. |
|
6 | 6 | |
7 | 2) Will only play the sound once after 60 frames. |
|
7 | 2. Will only play the sound once after 60 frames. |
|
8 | 8 | |
9 | 3) Will play a sound after 30 frames. |
|
9 | 3. Will play a sound after 30 frames. |
|
10 | 10 | |
11 | 11 | [[/uploads/com.martinmagni.fancade_Screenshot_2021.02.14_09.21.40.png]] |
... | ... | \ No newline at end of file |