So, you may have used Scrolling in your game, which would have most probably used at least 2 sprites. Well heres a 1 sprite scrolling system, using 1 costume!
This will make a massive sprite (Bigger than the Stage) that will allow to to make compelete areas using a single costume.
1.) Get a chosen sprite for scrolling (NOT THE STAGE!)
2.) Paint a new costume, which has the entire sprite filled in a colour. E.G a complete big blue square.
3.) Press ok
4.) Edit the costume
5.) Press the text button
6.) Put it on size 288 (the biggest)
7.) Type a letter or symbol (I reccomend the '@' key)
8.) Drag the text to the bottom right corner
9.) Press ok
10.) Edit the sprite
11.) A new area will have appered around the edge, fill it using a colour
12.) Repeat steps 4 - 11 as many times as required
Now to make it scroll
1.) Make 2 variables, 'Scroll X' and 'Scroll Y'
2.) Make a script:
When ¶ clicked
forever
| goto X: |(0 - (Scroll X) ) | Y: |(0 - (Scroll Y) ) |
___________
3.) Press the flag and change the variables to have a scrolling sprite!
I hoped this helped some one!
johnnydean1
Last edited by johnnydean1 (2010-06-20 11:17:06)
Offline
or use the resize button on the paint editor in Panther! you can even export your extra large sprite and import it into Scratch as long as you don't try to edit it in scratch it will remain that size.
Offline
I think the blocks are fixed!
Offline
Thats ok, im using it in a Mario Kart game for the racetrack, so I thought I'd share!
(Black and White I NEED THEM!)
(Did anyone know about the Nintendo 3DS?)
Offline
This does not work well, have you seen how much it lags?
Offline