Thats a really old version of Scratch. I have 1.4, and it has the Ask block in Sensing. Try the 1.4. Much easier. But more fun. Archmage, a user, made a Scratch Jr. for the site! Many things you can do with Scratch.
Good work. Another way of stopping the flashing lightening would be to name your flag variable something like 'doorClicked', set it to 1 for a start then change this to 0 when the door is clicked. Then, in your 'repeat until' loop your test could be 'repeat until doorClicked=0'. This may be a bit easier to understand than using the 'not' in the test. All the best.
Thats a really old version of Scratch. I have 1.4, and it has the Ask block in Sensing. Try the 1.4. Much easier. But more fun. Archmage, a user, made a Scratch Jr. for the site! Many things you can do with Scratch.
hrmlizzie1 2 years ago
Good work. Another way of stopping the flashing lightening would be to name your flag variable something like 'doorClicked', set it to 1 for a start then change this to 0 when the door is clicked. Then, in your 'repeat until' loop your test could be 'repeat until doorClicked=0'. This may be a bit easier to understand than using the 'not' in the test. All the best.
joebloggsnz 2 years ago
Yes, Is it? I have that v.
Drewfly3456 2 years ago
Is that v1.4?
callmepwn 2 years ago