Discuss Scratch

aqsan
New Scratcher
4 posts

How do we add new backdrops?

I want to create two backdrops with different background image and sprites. But whenever I add a new backdrop, the sprites of the previous one appear on the screen. I dont want to use them but if I remove/hide them, they get deleted from the previous backdrop too.
Is it possible to do what I want? Can anyone suggest a different method to achieve this.

Basically what I mean by 2 different scenes is that they aren't of the same place. Two different events are happening at different locations with different people. I can't use the same backdrops or sprites for the 2nd one.

Link to my Project: http://scratch.mit.edu/projects/20751134/ - This is scene 1
Scene 2 involves other actions, which Im still not sure of.
drmcw
Scratcher
1000+ posts

How do we add new backdrops?

Using the event blocks
when green flag clicked
when backdrop switches to [ v]
then use the
show
and
hide
blocks to get the sprites to appear and disappear at the right time.
aqsan
New Scratcher
4 posts

How do we add new backdrops?

Thank you for this. Ill try this for sure and tell you if it worked or not.
aqsan
New Scratcher
4 posts

How do we add new backdrops?

Can you be a bit more clear? Where to put show and where to put hide and what other blocks do I have to use?
Im a lil confused over here.
xoldier1337
Scratcher
46 posts

How do we add new backdrops?

//In the Backdrop Script do...
when green flag clicked
switch backdrop to [YOUR-FIRST-BACKDROP v]
//
//For the Old Sprite
when backdrop switches to [NEXT-BACKDROP v]
hide
when backdrop switches to [YOUR-FIRST-BACKDROP v]
show
//
//For the New Sprite
when backdrop switches to [NEXT-BACKDROP v]
show
when backdrop switches to [YOUR-FIRST-BACKDROP v]
hide
drmcw
Scratcher
1000+ posts

How do we add new backdrops?

Already given you the blocks. It's up to you to decide what happens. It can't really be much clearer; decide what you want to happen when the green flag is clicked and when a backdrop is changed and add a show or hide block to that event block. xoldier1337 has made a good example.
aqsan
New Scratcher
4 posts

How do we add new backdrops?

Thanks
iris4720
New Scratcher
1 post

How do we add new backdrops?

I know how to add a backdrop,but I cannot find the buten
siniffha
Scratcher
1 post

How do we add new backdrops?

im still confused on how to do it
jromagnoli
Scratcher
1000+ posts

How do we add new backdrops?

siniffha wrote:

im still confused on how to do it

PrincessPanda_test_ wrote:

Please don't necropost a 1 year old topic.
K? Reporting to be closed.
Harakou
Scratcher
1000+ posts

How do we add new backdrops?

siniffha wrote:

im still confused on how to do it
Please make a new thread explaining your specific point of confusion then.

Powered by DjangoBB