This would be very convenient for certain kinds of projects. Post your opinion. Please say yes or no, and why. No maybe yes's or I don't knows or something like that. For example, every 5 seconds you could switch to a random costume. You could just use a repeat until block, but that always makes it more complicated!
Offline
We NEED that Great idea, very useful. It would be good for a variety of projects.
Offline
Honestly you really could use a repeat block. It makes it only a little additional lag, so this is not very helpful in my opinion. Just my opinion...
Offline
I agree with Lucario... just do what he says or use a forever:
forever
what you want it to do
what you want it to do
what you want it to do
end_forever
Offline
fg123 wrote:
Use:
forever
wait 2 sec
do thing
end forever
Does it every 2 seconds.
Oops, forgot the wait block in my rush.
Offline
It's not neccessary... and it's really easy to get around.
Offline
You could use repeat, and put 'wait __ seconds' and then the action that you want to happen every couple of seconds.
Offline