Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » I need help with some coding issues!!!!
- The_IvyRoseThorn
-
Scratcher
9 posts
I need help with some coding issues!!!!
Okay I'll be honest up front, I'm not a super amazing genius coder!!!! I'm a noob even though I've been on Scratch for over 3 years. Anyways, about the coding issues…. I'm making a new intro for my account but I can't get this code to work the way I want it to!!!! I do have the project, with the code in it, posted. I'd like to keep it all in one Sprite if at all possible!!!! I've added the link to the project so you can remix to mess with the coding!!!!!! Thank you in advance!!!!!
Project with the code: https://scratch.mit.edu/projects/1254165941
~The_IvyRoseThorn
Project with the code: https://scratch.mit.edu/projects/1254165941
~The_IvyRoseThorn
- Blobfish_Industries
-
Scratcher
100+ posts
I need help with some coding issues!!!!
May I ask what is wrong with it?
- The_IvyRoseThorn
-
Scratcher
9 posts
I need help with some coding issues!!!!
Click on the link then press the flag and you'll see the problem!!!<3
Project with the code: https://scratch.mit.edu/projects/1254165941
What I want it to look like(But in one sprite): https://scratch.mit.edu/projects/1254231606
~The_IvyRoseThorn
Project with the code: https://scratch.mit.edu/projects/1254165941
What I want it to look like(But in one sprite): https://scratch.mit.edu/projects/1254231606
~The_IvyRoseThorn
- griefercube
-
Scratcher
500+ posts
I need help with some coding issues!!!!
Well you see,
When you broadcast something, EVERYTHING receives it. Sprites, clones, etc.
How you work around this is using if then logic. By giving each clone a separate number (create variable -> local variable)
I can give you an example if you need one.
When you broadcast something, EVERYTHING receives it. Sprites, clones, etc.
How you work around this is using if then logic. By giving each clone a separate number (create variable -> local variable)
change [number v] by (1)This allows you to control which clone does what when receiving what broadcasts.
create clone of (myself v)
I can give you an example if you need one.
- The_IvyRoseThorn
-
Scratcher
9 posts
I need help with some coding issues!!!!
Well you see,
When you broadcast something, EVERYTHING receives it. Sprites, clones, etc.
How you work around this is using if then logic. By giving each clone a separate number (create variable -> local variable)change [number v] by (1)This allows you to control which clone does what when receiving what broadcasts.
create clone of (myself v)
I can give you an example if you need one.
Yeah could you? I also have links to the project if you want to remix and adjust the code to fit what you mean!!!!
Project with the code: https://scratch.mit.edu/projects/1254165941
What I want it to look like(But in one sprite): https://scratch.mit.edu/projects/1254231606
~The_IvyRoseThorn
- The_IvyRoseThorn
-
Scratcher
9 posts
I need help with some coding issues!!!!
Here you go!Thank you it works perfect thank you so much!!!!!!
- Discussion Forums
- » Help with Scripts
-
» I need help with some coding issues!!!!