This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-08-07 11:52:59

RBrowni
New Scratcher
Registered: 2011-08-07
Posts: 7

Can you help me? :L

I am having trouble. I have two different backgrounds, and when i move sprites on one it moves on the other. As these different sprites are different levels, i do't want them to. Can anyone help me beore i give up?  sad

Offline

 

#2 2011-08-07 11:54:50

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Can you help me? :L

Can you upload your project so I can see what you're talking about?

Offline

 

#3 2011-08-07 11:54:57

Death_Wish
Scratcher
Registered: 2011-07-26
Posts: 1000+

Re: Can you help me? :L

I don't necessarily understand-You have 2 different backgrounds  that are levels, or 2 different sprites that are different levels? Meh, If you post the project I could probably fix it for you and give it to you. Or give some more detail, it's not very clear.


With a straight flush.
http://4.bp.blogspot.com/-FlUhnzmIROE/TgtpjdJl4tI/AAAAAAAABCM/W19pvFTZFaU/s1600/save_the_world.png http://blocsonic.com/images/special/rip-stevejobs.jpg

Offline

 

#4 2011-08-07 12:04:08

RBrowni
New Scratcher
Registered: 2011-08-07
Posts: 7

Re: Can you help me? :L

I have uloaded it, i'm not ure where it'll be  big_smile

Offline

 

#5 2011-08-07 12:07:16

RBrowni
New Scratcher
Registered: 2011-08-07
Posts: 7

Re: Can you help me? :L

I have 2 different backrounds, and when i change the sprites position it changes on both- i don't want it to do that  hmm

Offline

 

#6 2011-08-07 12:21:09

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Can you help me? :L

I'm not sure what you really want... do you need a script in the Stage?

Offline

 

#7 2011-08-07 12:25:09

RBrowni
New Scratcher
Registered: 2011-08-07
Posts: 7

Re: Can you help me? :L

I think so, yes

Offline

 

#8 2011-08-07 12:52:08

test-melikecheese
New Scratcher
Registered: 2010-08-03
Posts: 1

Re: Can you help me? :L

http://scratch.mit.edu/projects/test-me … se/1966029
The sprites will always stay in the same place no matter what background you choose so I've added a new script on all the sprites. Basically, your sprites will go to their first position when you click the green flag, but, when your sprite touches the finish line, it now sends a signal to all the other sprites. I have then told them to move to a new place when they get the signal, You will need to change the x and y positions on the script that says
When I receive Next level
Go to x(0) y(0)
to where you want the sprites to go on the second level.

Offline

 

Board footer