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

#1 2011-02-09 05:12:32

misse
New Scratcher
Registered: 2011-02-09
Posts: 14

I need help making my first game - HELP!

I have trubbels making my first computer game.
I have this background were i have placed a few sprites. my problem is that i want to touch the sprites in the game, and then go to a new background. But the other sprites follows in the new backbround, and i want them to stay on the first! I want to go to another "world" whit knew sprites and the old stays in the previous.

And i dont know what "pen" are being used to?
some help?

Offline

 

#2 2011-02-09 07:40:25

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

Re: I need help making my first game - HELP!

misse wrote:

I have trouble making my first computer game.
I have this background were I have placed a few sprites. My problem is that I want to touch the sprites in the game, and then go to a new background. But the other sprites follow in the new background, and I want them to stay on the first! I want to go to another "world" with new sprites and the old stay in the previous.

And I don't know what "pen" is used for.
Some
help?

What you need to do is use broadcasts to send messages to the other sprites to position themselves properly.  smile
And you also need to use proper spelling and grammar.  wink

Offline

 

#3 2011-02-09 09:48:17

misse
New Scratcher
Registered: 2011-02-09
Posts: 14

Re: I need help making my first game - HELP!

And how to i do that?
Sorry, english is not my thing  smile

Offline

 

#4 2011-02-09 09:52:43

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

Re: I need help making my first game - HELP!

misse wrote:

And how do I do that?
Sorry, English is not my thing.  smile


Use this block:
[blocks]<broadcast[ message[/blocks]
Replace message with your broadcast.
Then put this block in the other sprites:
[blocks]<when I receive[ message[/blocks]
Have them get ready.

Last edited by scimonster (2011-02-09 09:53:21)

Offline

 

#5 2011-02-09 09:57:46

misse
New Scratcher
Registered: 2011-02-09
Posts: 14

Re: I need help making my first game - HELP!

Oh did it again, it is of cause do instead of to  smile

Offline

 

#6 2011-02-09 11:36:45

Lar-Rew
Scratcher
Registered: 2010-02-19
Posts: 100+

Re: I need help making my first game - HELP!

misse wrote:

Oh I did it again, it caused by do instead of to  smile

And again.  smile

Offline

 

Board footer