You aught to be able to do a
[blocks]<forever> (variable).[/blocks] this would be used in instances were you always want a variable to do or equal something. I have come across several instances where i needed this. what is your opinion.
Offline
You can just do
It does the same thing.
Last edited by hmnwilson (2010-04-20 20:28:23)
Offline
Use the =... oh wait hmw has done it. Oh well.
The following errors need to be corrected before the message can be posted:
* At least 60 seconds have to pass between posts. Please wait a little while and try posting again. We have this rule to annoy you.
Offline
rhinorulz wrote:
That wont work want a forever X = 3 for example if only does something IF it is true. I want to make it true always
<forever>
<if>
<end>
<end>
Offline
Offline
Another solution is to just not change this variable...
That said, I quickly found myself wishing to have constants in Scratch. Thus it would forbid to put them in
<change{ CONSTANT }by( 1 )>
for example, and perhaps make them have a different color.
Offline