Discuss Scratch

19mouse2009
Scratcher
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
Scratcher
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?

Last edited by Dakota_The_Coder (Feb. 19, 2025 16:38:06)

19mouse2009
Scratcher
82 posts

Need help with this project

Dakota_The_Coder wrote:

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?
yes please then I will give you credit.
but I want the background endless though.

Last edited by 19mouse2009 (Feb. 19, 2025 17:38:42)

Dakota_The_Coder
Scratcher
22 posts

Need help with this project

19mouse2009 wrote:

Dakota_The_Coder wrote:

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?
yes please then I will give you credit.
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
Scratcher
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.
Dakota_The_Coder
Scratcher
22 posts

Need help with this project

skytracer173 wrote:

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.

I can try. Just give me a few minutes.
hi_bobux725
Scratcher
100+ posts

Need help with this project

skytracer173 wrote:

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.
you know you can make your own topic
skytracer173
Scratcher
7 posts

Need help with this project

Sorry, can you make it SCROLLING please? SO SORRY!!!
z-mech_update
Scratcher
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:
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?
skytracer173
Scratcher
7 posts

Need help with this project

That won't work…
Paddle2See
Scratch Team
1000+ posts

Need help with this project

skytracer173 wrote:

That won't work…
Please make your own topic.

Powered by DjangoBB