Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Help with a reaction test game
- gourls
-
17 posts
Help with a reaction test game
Hi all,
Im having problems with a reaction test game that i have created.
I have my script made but i cannot plot the results below the stage.
I have a random object that appears on the screen and when i click it, it will jump to another random position on the stage.
I have a timer and number of tries counting how long it takes me to click each object, and count how many goes i have used.
What i need is a way to collect how long it takes me to click each object and plot thoese results at the bottom of the stage.
Can anyone please help??
Thanks
Im having problems with a reaction test game that i have created.
I have my script made but i cannot plot the results below the stage.
I have a random object that appears on the screen and when i click it, it will jump to another random position on the stage.
I have a timer and number of tries counting how long it takes me to click each object, and count how many goes i have used.
What i need is a way to collect how long it takes me to click each object and plot thoese results at the bottom of the stage.
Can anyone please help??
Thanks

- gourls
-
17 posts
Help with a reaction test game
Hi all,
Im having problems with a reaction test game that i have created.
I have my script made but i cannot plot the results below the stage.
I have a random object that appears on the screen and when i click it, it will jump to another random position on the stage.
I have a timer and number of tries counting how long it takes me to click each object, and count how many goes i have used.
What i need is a way to collect how long it takes me to click each object and plot thoese results at the bottom of the stage.
Can anyone please help??
Thanks![]()
I should say that i need to cal the average mean time also.
I need to modify this script so that each time a user clicks on the target:
if the reaction time is less than or equal to the current mean reaction
time a blue vertical bar is drawn below the line representing the current
mean
. if the reaction time is greater than the current mean reaction time, a red
vertical bar is drawn up, above the current mean line (see Figure 1 for
illustration)
. the pen is readied to draw the next bar 20 steps horizontally further along
the current mean line.
- drmcw
-
1000+ posts
Help with a reaction test game
Odd? fancypants12345 thought that too.http://scratch.mit.edu/discuss/topic/34992/
Thanks but this is not what i need![]()
- gourls
-
17 posts
Help with a reaction test game
Odd? fancypants12345 thought that too.http://scratch.mit.edu/discuss/topic/34992/
Thanks but this is not what i need![]()
I know it's very frustrating, is ther a away i can Private message you and maybe you could take a look at my script?
Thanks
- drmcw
-
1000+ posts
Help with a reaction test game
There is no PM on scratch. Just share the project although I expect you're using something like the OU 1.4 mod instead, so probably can't.
The project I link to in that previous discussion, if not exactly what is required, should be very close and just need a few tweaks.
The project I link to in that previous discussion, if not exactly what is required, should be very close and just need a few tweaks.
- gourls
-
17 posts
Help with a reaction test game
i am using OU 1.4 so i cant even save it and upload it, nor can i recreate it.
I tried to tewat the script that you showed me but there is blocks in there that i cannot use.
I tried to tewat the script that you showed me but there is blocks in there that i cannot use.
- drmcw
-
1000+ posts
Help with a reaction test game
Which blocks? As I think that project would work in Scratch 1.4. i am using OU 1.4 so i cant even save it and upload it, nor can i recreate it.
I tried to tewat the script that you showed me but there is blocks in there that i cannot use.
- gourls
-
17 posts
Help with a reaction test game
Which blocks? As I think that project would work in Scratch 1.4. i am using OU 1.4 so i cant even save it and upload it, nor can i recreate it.
I tried to tewat the script that you showed me but there is blocks in there that i cannot use.
These blocks are not in my build (140)
- drmcw
-
1000+ posts
Help with a reaction test game
Lists? For them to appear you need to create a list…..under variables…..Which blocks? As I think that project would work in Scratch 1.4. i am using OU 1.4 so i cant even save it and upload it, nor can i recreate it.
I tried to tewat the script that you showed me but there is blocks in there that i cannot use.
These blocks are not in my build (140)
- Discussion Forums
- » Help with Scripts
-
» Help with a reaction test game