Updated How to make a timer event?.md (markdown)
commited
commit
a70f19a4b9da4eb5ba7366801e4d20a08254590c
... | ... | @@ -1,13 +1,11 @@ |
1 | 1 | Use [[Current Frame]] and then use an [[If]] to check for an event. |
2 | 2 | |
3 | If you want it to count in seconds divide it by 60. |
|
4 | ||
5 | 3 | The 3 examples in the picture will have a different behavior: |
6 | 4 | |
7 | 1) Will make the sound play every second. Change the number 1 in the % for the number of seconds 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. |
|
8 | 6 | |
9 | 2) Will only play the sound once after 1 second. |
|
7 | 2) Will only play the sound once after 60 frames. |
|
10 | 8 | |
11 | 9 | 3) Will play a sound after 30 frames. |
12 | 10 | |
13 | [[/uploads/com.martinmagni.fancade_Screenshot_2021.02.13_18.45.52.png]] |
|
... | ... | \ No newline at end of file |
0 | [[/uploads/com.martinmagni.fancade_Screenshot_2021.02.14_09.21.40.png]] |
|
... | ... | \ No newline at end of file |