Discuss Scratch

littlemisschobi
New Scratcher
4 posts

Combing to different backgrounds

I want to combine two different backgrounds for the starting scene of my game. And I get the basic script for it. But I have two different backgrounds that are supposed to show together, but when I put in two of the “display background” boxes it did not do anything. Can someone help me please?

RokCoder
Scratcher
1000+ posts

Combing to different backgrounds

Are you referring to this block?

switch backdrop to [ v]

If so, that is used to select the single backdrop that will be displayed in the Stage.

If you want to display multiple backdrops at the same time, you'll have to display at least one of them using a sprite. The sprite will always appear in front of the backdrop, but you'll see the backdrop around the sprite and/or through any transparent areas of the sprite.

If you want more specific help, it's best if you can share your project so we can see exactly what you're trying to achieve.
perceptron
New Scratcher
14 posts

Combing to different backgrounds

littlemisschobi wrote:

I want to combine two different backgrounds for the starting scene of my game. And I get the basic script for it. But I have two different backgrounds that are supposed to show together, but when I put in two of the “display background” boxes it did not do anything. Can someone help me please?

Not a buyg, not a glitch.
It is not possible to merge two “backogrunds”., Could be possible to merge one background and a sprite though(i think) at least. Ghost effect would be the key. Could be i`m wrong, you just experiment.
Good luck with your project.
perceptron
New Scratcher
14 posts

Combing to different backgrounds

perceptron wrote:

littlemisschobi wrote:

I want to combine two different backgrounds for the starting scene of my game. And I get the basic script for it. But I have two different backgrounds that are supposed to show together, but when I put in two of the “display background” boxes it did not do anything. Can someone help me please?

………………………..
It is not possible to merge two “backogrunds”., Could be possible to merge one background and a sprite though(i think) at least. Ghost effect would be the key. Could be i`m wrong, you just experiment.
Good luck with your project.
zacott
Scratcher
3 posts

Combing to different backgrounds

try using the switch backdrop to… on the looks section
zacott
Scratcher
3 posts

Combing to different backgrounds

this one
switch backdrop to [ 
v]
zacott
Scratcher
3 posts

Combing to different backgrounds

not the v:
deck26
Scratcher
1000+ posts

Combing to different backgrounds

zacott wrote:

try using the switch backdrop to… on the looks section
Please don't necropost. Your response has nothing to do with merging backdrops.
The_Sav
Scratcher
1 post

Combing to different backgrounds

hi
Wyan100
Scratcher
1000+ posts

Combing to different backgrounds

Do you mean a Scrolling Backdrop that your Character can Navigate?
-zuzuwu
New Scratcher
1 post

Combing to different backgrounds

Design each backdrop on a separate template thingy and when you're done; go to the one you want in the BACKGROUND, and hold your mouse over the whole thing/copy the image.
Go to the FOREGROUND template, paste and press the “back” button on the top whilst it's still selected.
UnityVoidBoiBill
New Scratcher
2 posts

Combing to different backgrounds

I'm giving full credit to -SparklyBlue101-
Try this out
when green flag clicked
switch backdrop to [ v]
wait until <touching [edge v] ?>
switch backdrop to [ v]
MeIzAwezomeDede
Scratcher
1000+ posts

Combing to different backgrounds

It's Necropost city up in here

You'll need to create a new sprite to “combine” backgrounds, yet again this post is 2 years old so their problem is probably solved by now
UnityVoidBoiBill
New Scratcher
2 posts

Combing to different backgrounds

Powered by DjangoBB