So like a wait for click () time on sprite?
You can actually do that.
When sprite clicked:
change variable "numberclicked" by +1
(different script)
wait for <"numberclicked"=(however many times)>
Offline
This can be done by putting this:
When [Sprite] clicked
Change 'Variable' by '1'
And then on another scripts:
When green flag clicked
Wait until 'Variable=[number]'
[Rest of script]
I hope this helps!
Offline