I have some questions:
Is there any way to add somethng to a list once without stopping the script
And is there any way to hide a list?
Thanks!
Offline
Well what i mean is let's say you had this (and it applies for variables too):
[blocks]
<when green flag clicked>
<forever if><touching[ something ]
<change{ variable }by( 1 )) (or add something to list)
<end>
[/blocks]
It will add that this forever because of the forever if. I've tried a lot of options such as putting a waiting block at the end, or waiting until something happens, but I want to know if there is another way.
Offline
If its is supposed to happen once per touch, put " wait until < not ( touching ( something ) ) > inside the loop after the change variable command.
Last edited by Mayhem (2009-06-30 17:23:29)
Offline