Pages: 1
Topic closed
Ok, in my latest version of Crabberz, someone has said that it would be good to show how many levels are left, and when all the levels are completed, to stop the entire script.
Please help where I put which scripts
Offline
Well...
[When flag clicked] [wait until <not <(level) = (5)>] < replace the numbers with your level. [wait unti <(level) = (5)>] < replace the numbers with your level. [stop all]
Last edited by The-Whiz (2009-09-14 18:00:24)
Offline
<when green flag clicked>
<set{ level }to( 1
<wait until><( <{ level }> <=> the number of levels you have )>
<stop all>
Offline
Ok. this is done, but it didn't work. It doesnt stop the script or lower the levels as each one goes.
I have got in stage scripts:
When Flag Clicked
set levels to 1
wait until level 7
stop all.
Offline
JaredxD wrote:
[explicative removed by moderator], both of you'rs aint working
Hey, JaredxD, please do not use curse words on the Scratch forums.
Offline
JaredxD wrote:
Ok. this is done, but it didn't work. It doesnt stop the script or lower the levels as each one goes.
I have got in stage scripts:
When Flag Clicked
set levels to 1
wait until level 7
stop all.
add this to the script where you change levels
<change{ level }by( 1
, oh and you want the wait until to be 1 bigger then the level you have
Offline
deatheater wrote:
JaredxD wrote:
Ok. this is done, but it didn't work. It doesnt stop the script or lower the levels as each one goes.
I have got in stage scripts:
When Flag Clicked
set levels to 1
wait until level 7
stop all.add this to the script where you change levels
<change{ level }by( 1
, oh and you want the wait until to be 1 bigger then the level you have
Ok.. the wait until is now at 8 instead of 7... Where to I insert the change level by 1 script? As In after what other one that I have.
Offline
JaredxD wrote:
deatheater wrote:
JaredxD wrote:
Ok. this is done, but it didn't work. It doesnt stop the script or lower the levels as each one goes.
I have got in stage scripts:
When Flag Clicked
set levels to 1
wait until level 7
stop all.add this to the script where you change levels
<change{ level }by( 1
, oh and you want the wait until to be 1 bigger then the level you haveOk.. the wait until is now at 8 instead of 7... Where to I insert the change level by 1 script? As In after what other one that I have.
ok know the script you use to change levels, well put it in that script, at the start
Offline
Topic closed
Pages: 1