Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Need help with this project
- 19mouse2009
-
82 posts
Need help with this project
I need help on a project that I am having trouble with I think that the code is bugged and it is supposed to be an endless background here is a link to the project https://scratch-mit-edu.ezproxyberklee.flo.org/projects/1135764772
- Dakota_The_Coder
-
22 posts
Need help with this project
Okay first of all, when clicking the down key, you should be changing y by (0 - speed), not (speed - -1). As for the background, just make it 1 static background in the backdrops menu.
Do you want me to make a remix of it for you?
Do you want me to make a remix of it for you?
Last edited by Dakota_The_Coder (Feb. 19, 2025 16:38:06)
- 19mouse2009
-
82 posts
Need help with this project
yes please then I will give you credit. Okay first of all, when clicking the down key, you should be changing y by (0 - speed), not (speed - -1). As for the background, just make it 1 static background in the backdrops menu.
Do you want me to make a remix of it for you?
but I want the background endless though.
Last edited by 19mouse2009 (Feb. 19, 2025 17:38:42)
- Dakota_The_Coder
-
22 posts
Need help with this project
yes please then I will give you credit. Okay first of all, when clicking the down key, you should be changing y by (0 - speed), not (speed - -1). As for the background, just make it 1 static background in the backdrops menu.
Do you want me to make a remix of it for you?
but I want the background endless though.
Okay. I'll release it on one of my alt accounts, @DTC_forumhelp.
Last edited by Dakota_The_Coder (Feb. 19, 2025 18:08:53)
- skytracer173
-
7 posts
Need help with this project
I really need help with this project: https://scratch-mit-edu.ezproxyberklee.flo.org/projects/1136265385
It's a rather complicated drawing editor… and well… can you fix how when you make a line you have to press space MANY times when you should only have to press it TWICE. PLEASE? I'll credit you in the “notes and credits” section of it.
It's a rather complicated drawing editor… and well… can you fix how when you make a line you have to press space MANY times when you should only have to press it TWICE. PLEASE? I'll credit you in the “notes and credits” section of it.
- Dakota_The_Coder
-
22 posts
Need help with this project
https://scratch-mit-edu.ezproxyberklee.flo.org/projects/1136265385I really need help with this project:
It's a rather complicated drawing editor… and well… can you fix how when you make a line you have to press space MANY times when you should only have to press it TWICE. PLEASE? I'll credit you in the “notes and credits” section of it.
I can try. Just give me a few minutes.
- hi_bobux725
-
100+ posts
Need help with this project
https://scratch-mit-edu.ezproxyberklee.flo.org/projects/1136265385you know you can make your own topic I really need help with this project:
It's a rather complicated drawing editor… and well… can you fix how when you make a line you have to press space MANY times when you should only have to press it TWICE. PLEASE? I'll credit you in the “notes and credits” section of it.
- skytracer173
-
7 posts
Need help with this project
Sorry, can you make it SCROLLING please? SO SORRY!!!
- z-mech_update
-
17 posts
Need help with this project
Just don't make the player move, make the background move.
Step 1: Make background into sprite. If already sprite, great.
Step 2: Move all player movement scripts into the background sprite.
Step 3: Reverse all movement in the background sprite. For example, here's how I would do it:
Would you like me to put it in a remix?
Step 1: Make background into sprite. If already sprite, great.
Step 2: Move all player movement scripts into the background sprite.
Step 3: Reverse all movement in the background sprite. For example, here's how I would do it:
when green flag clicked
forever
if <key [right arrow key v] pressed?> then
change x by (-3)
end
if <key [left arrow key v] pressed?> then
change x by (3)
end
if <key [up arrow key v] pressed?> then
change y by (-3)
end
if <key [down arrow key v] pressed?> then
change y by (3)
end
end
Would you like me to put it in a remix?
- Paddle2See
-
1000+ posts
Need help with this project
Please make your own topic. That won't work…
- Discussion Forums
- » Help with Scripts
-
» Need help with this project