Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Could I have help on the 'layers' block please?
- Happysoul05
-
100+ posts
Could I have help on the 'layers' block please?
http://scratchblocks.github.io without your project being shared. I've had a look and can see some problems immediately…I know I tried it but It was not working then.(Maybe it requires sharing atleast one time?) It is possible to see your scripts using
In the sprites “emerald”, puffer fish1“, ”puffer fish 2“ and sprite2, you have some IF touching blocks that are not in loops so will only run once.
In the puffer fish sprites these would broadcast ”lives-1" but I can't see any scripts that receive this broadcast.
You are using the glide block in the pufferfish sprites, even if the touching block was inside these loops it wouldn't work because while the sprite is gliding it's script is paused.
- zldaxiang
-
23 posts
Could I have help on the 'layers' block please?
http://scratchblocks.github.io without your project being shared. I've had a look and can see some problems immediately…So first of all I need to ‘forever’ the IF blocks, receive the ‘lives-1’ and do something about the glide block? Okay, will try. Thanks!! It is possible to see your scripts using
In the sprites “emerald”, puffer fish1“, ”puffer fish 2“ and sprite2, you have some IF touching blocks that are not in loops so will only run once.
In the puffer fish sprites these would broadcast ”lives-1" but I can't see any scripts that receive this broadcast.
You are using the glide block in the pufferfish sprites, even if the touching block was inside these loops it wouldn't work because while the sprite is gliding it's script is paused.

- zldaxiang
-
23 posts
Could I have help on the 'layers' block please?
I think I can do it now, and once it's done, I'll post the link here, but for now I'm closing the discussion. Thanks again!
- Discussion Forums
- » Help with Scripts
-
» Could I have help on the 'layers' block please?