I am making a game with Scratch in school!
And I want to know how to change/move the background to show that the sprite looks like walking.
For example, the player press the space key and the roulette stops at the number of 2.
Then the sprite will move 2 blocks from the start position. And at that time, I want to move background like the sprite is walking.
Someone please help me!!
Offline
You can't move the background but you can have sprite insted of the background and that can move.
Offline
Ok, but I meant that how to move the floor when the character moves in easy ways.
the good game for this example is mario game.
The floor and the background moves when mario run/walks.
I really want to know how to do this.
Offline
Have a sprite that covers the whole screen and acts as a background. When the character would move left, move it right, when the character would move right, move it left e.t.c. If it's just a simple left to right, no jumping sort of thing then that's all you need. If you want it to be like mario then reply because that's more detailed and I can't type much at the moment, it hurts my shoulders.
Offline
Mojany wrote:
I am making a game with Scratch in school!
And I want to know how to change/move the background to show that the sprite looks like walking.
For example, the player press the space key and the roulette stops at the number of 2.
Then the sprite will move 2 blocks from the start position. And at that time, I want to move background like the sprite is walking.
Someone please help me!!
You can't move the background, but you can paint a large sprite that acts like a background.
Offline