I'm creating a game and i want it to start when i wright 'start', without the quotes.what should i do?
Offline
<when green flag clicked>
<wait until><key[ s ]pressed?>
<wait until><key[ t ]pressed?>
<wait until><key[ a ]pressed?>
<wait until><key[ r ]pressed?>
<wait until><key[ t ]pressed?>
<broadcast[ start game
Offline
That's all?i thought that it was more complicated.
Offline
Dark_Fighter wrote:
That's all?i thought that it was more complicated.
and make sure, at every other sprite, instead of putting a <when green flag clicked> put a <when I receive[ start game
Offline