I have been working on a project for the past month on and off, and have run into a major problem that i can not solve! The problem program is as follows:
[blocks]<when green flag clicked>
<forever>
<if><< << <( 0 <<> <{ Level }> )> <and> <( <{ Level }> <>> 6 )> >> <or> <( <{ Level }> <=> 6 )> >>[/blocks]
Also there other variations of the if part just after that work.
If you ant to see the script email me for it and ill leave a comment in the script pointing it out.
Last edited by Yoda12999 (2009-01-01 20:54:06)
Offline
What you have written there will only be true if Level is greater than or equal to 6. If you want it to be true from 1 to 6 (which I think is what you want) you should have
Level > 0 And Level < 7
Hope that helps!
Offline
Offline
another problem, i have a sprite say something then wait for me to press a button and mattering on the button says something different. i have a [blocks]<wait until><key[ space ]pressed?>[/block] but when i press the space it instantly goes through the first option (the options are monitored by a variable).
Offline