As the title suggests, I need to know how to change to a certain costume (a stationary costume) when no buttons (arrow keys) are being pushed (I have got that far) then after a certain time limit like say 5 seconds + it will randomly select some costumes (costumes looking around etc.) and when a button (arrow keys) are pushed it will respond instantly and go to the moving costumes which I have assigned to the arrow keys. If anyone can show me how to do this I would be very grateful, thanks.

Offline
Hmmmmm maybe you should do it as two seperate scripts:
[blocks]<when green flag clicked>
<forever if><< <not> <key[ arrow key ]pressed?> >>
<wait( 5 )secsc>
<if><< <not> <key[ arrow key ]pressed?> >>
<switch to costume[ looking around
<end>
<end>[/blocks]
[blocks]<when[ arrow key ]key pressed>
<switch to costume[ moving[/blocks]
Offline