I'm trying to set a 0.5 second time limit for one to take action for a Guitar Hero like game. The problem is, I don't know how.
Offline
[blocks]<wait( 0.5 )secs>[/blocks]
Last edited by pika100chu (2011-01-06 18:10:44)
Offline
I think there are a number of ways to do it, one being:
Each multiple of 40 in the repeat block is roughly one second if your project isn't laggy. The laggier it is, the lower the multiple would be (a really laggy project would be 15 per second or so).
Last edited by Kileymeister (2011-01-06 18:15:00)
Offline
if you want that person to play after someone else plays, use the "Broadcast _____" block. But if you want him to start playing even when an other guitarist is playing, use the "Wait For_____Secs" block.
Offline