Discuss Scratch

manglemix
Scratcher
8 posts

How to make a moving background

I've seen games come and go from the featured section but there's one thing that bothers me, HOW DO YOU MAKE A MOVING BACKGROUND. I have made it before but its low quality. If I figured out I will make AWESOME GAMES!!!! Sorry for bragging. But seriously HELP ME please.

Last edited by manglemix (Nov. 7, 2014 12:02:21)

digthebone
Scratcher
500+ posts

How to make a moving background

backdrops can't move, you can only make then switch, but making you backdrop to a gif, and make it switch those backdrops, it makes it look like it's moving.
veryyoungguy
Scratcher
62 posts

How to make a moving background

http://scratch.mit.edu/projects/24803406/ has(is) a moving background. You need to loop trough still backgroundss
MegaApuTurkUltra
Scratcher
1000+ posts

How to make a moving background

To make a large (larger than the stage) moving background and still have it be high quality, you'll need an SVG image. Upload it to a sprite, then also create a costume for that sprite that's just 1x1 pixels. Then to make the large background be full size, do
switch costume to [1x1 pixel v]
set size to (100)%
set size to (1000)% // play with this value until you get a good size
switch costume to [svg backdrop v]
Also use
go back (1000) layers
To make sure you background sprite is in the back.

Then to scroll, just use motion blocks like any other sprite
change x by:(5)
change y by :(2)
HTH
brkyklndr
Scratcher
1000+ posts

How to make a moving background

jokebookservice1
Scratcher
1000+ posts

How to make a moving background

brkyklndr wrote:

See this https://scratch.mit.edu/projects/69786320/
Necroposting is frowned upon.

DCOH9 wrote:

And spamming is reportable.
brkyklndr
Scratcher
1000+ posts

How to make a moving background

brkyklndr wrote:

jokebookservice1 wrote:

brkyklndr wrote:

See this https://scratch.mit.edu/projects/69786320/
Necroposting is frowned upon.
This is not necro posting.I wanted help him/her only! In this project,I used moving.Okay,This is not moving background Because This is Very hard and impossible.I am making moving backgrounds as Sprite.
jokebookservice1
Scratcher
1000+ posts

How to make a moving background

brkyklndr wrote:

brkyklndr wrote:

jokebookservice1 wrote:

brkyklndr wrote:

See this https://scratch.mit.edu/projects/69786320/
Necroposting is frowned upon.
This is not necro posting.I wanted help him/her only! In this project,I used moving.Okay,This is not moving background Because This is Very hard and impossible.I am making moving backgrounds as Sprite.
The topic would have been bumped if the creater of the topic had not had their question answered. Thus the topic is dead “necro” meaning dead. You also posted over a year after the last post. And in that last post, the same thing as what you wanted to explain was explained in words withut advertising your own project (the project was relevant so that is OK except that it was just summarizing something that somebody had already said.)

So to sumarize, the topic was dead and you posted, thus you necroposted.
Sorry about the quotes not working correctly

Last edited by jokebookservice1 (March 25, 2016 14:01:11)

Powered by DjangoBB