Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Putting the Circle Bars in front of the Pet Needs
- jdizurieta2010
-
Scratcher
28 posts
Putting the Circle Bars in front of the Pet Needs
https://scratch.mit.edu/projects/1329037713/
I already have the code for Circle Bar using the Pen extension and Needs that rearrange themselves, so they're always at the center, thanks to amazing people here.
But I just realized that the pen tool draws BEHIND the sprite.
I was wondering if there are any workarounds I can apply to my project.
I'm also struggling to make the pen tool be at the position of the need that is getting completed.
For example, when completing Sleepy, it's difficult for me to make the game know in which slot Sleepy is on.
I already have the code for Circle Bar using the Pen extension and Needs that rearrange themselves, so they're always at the center, thanks to amazing people here.
But I just realized that the pen tool draws BEHIND the sprite.
I was wondering if there are any workarounds I can apply to my project.
I'm also struggling to make the pen tool be at the position of the need that is getting completed.
For example, when completing Sleepy, it's difficult for me to make the game know in which slot Sleepy is on.
- Jlerpy
-
Scratcher
1000+ posts
Putting the Circle Bars in front of the Pet Needs
I can see two approaches:
1. Very simply: center the circle on the need, but make it a little bigger, so it's like a halo behind and around it
2. Use a clone approach instead. Here's an example https://scratch.mit.edu/projects/1328481821/editor (although it will take some tinkering to make it work for multiple things at once)
1. Very simply: center the circle on the need, but make it a little bigger, so it's like a halo behind and around it
2. Use a clone approach instead. Here's an example https://scratch.mit.edu/projects/1328481821/editor (although it will take some tinkering to make it work for multiple things at once)
- jdizurieta2010
-
Scratcher
28 posts
Putting the Circle Bars in front of the Pet Needs
I'm glad to know I'm not the only one getting these types of posts. I already reported him; hopefully Scratch does something about it.
- Discussion Forums
- » Help with Scripts
-
» Putting the Circle Bars in front of the Pet Needs