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
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.
And you also need to use proper spelling and grammar.
Offline
misse wrote:
And how do I do that?
Sorry, English is not my thing.![]()
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