Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to make a quicktime event
- August-3rd
-
7 posts
How to make a quicktime event
hey guys do you know how to make a quicktime event ( something where if you don't press the right button fast enough you lose)
becuase i have done it before.. i think.. it was like:
becuase i have done it before.. i think.. it was like:
Last edited by August-3rd (April 9, 2014 12:27:37)
- coxy5
-
100+ posts
How to make a quicktime event
rather than “stopping the script” you can use the “stop other scripts in this sprit”.
However, you would need a forever loop around the if statement so that it continues to check after it has recieved the quicktime event rather than checking once and stopping.
However, you would need a forever loop around the if statement so that it continues to check after it has recieved the quicktime event rather than checking once and stopping.
- Alberknyis
-
1000+ posts
How to make a quicktime event
Is this okay?
Last edited by Alberknyis (April 10, 2014 02:33:40)
- August-3rd
-
7 posts
How to make a quicktime event
ok rather than “stopping the script” you can use the “stop other scripts in this sprit”.
However, you would need a forever loop around the if statement so that it continues to check after it has recieved the quicktime event rather than checking once and stopping.
- August-3rd
-
7 posts
How to make a quicktime event
Is this okay?
It doesn't work


- bookworm7214
-
100+ posts
How to make a quicktime event
Surely this is an efficient way to do it?
- Dekoyy
-
1 post
How to make a quicktime event
Surely this is an efficient way to do it?
I think so.
- Discussion Forums
- » Help with Scripts
-
» How to make a quicktime event