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

#1 2010-06-20 11:16:36

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Massive Sprite (Easy Scrolling)

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)


You can now reach me on Twitter @johnnydean1_

Offline

 

#2 2010-06-20 11:19:00

Cnor
Scratcher
Registered: 2010-01-29
Posts: 1000+

Re: Massive Sprite (Easy Scrolling)

your things gotten messed up by the blocks, please can you put it out in text for me to try.


See that post up there ^^^
That post was done by me  wink

Offline

 

#3 2010-06-20 11:22:01

Cnor
Scratcher
Registered: 2010-01-29
Posts: 1000+

Re: Massive Sprite (Easy Scrolling)

It looks to be a clever idea though  smile


See that post up there ^^^
That post was done by me  wink

Offline

 

#4 2010-06-20 11:24:18

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Massive Sprite (Easy Scrolling)

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.


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#5 2010-06-20 11:24:38

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Massive Sprite (Easy Scrolling)

Cool!


You can now reach me on Twitter @johnnydean1_

Offline

 

#6 2010-06-20 11:26:10

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Massive Sprite (Easy Scrolling)

I think the blocks are fixed!


You can now reach me on Twitter @johnnydean1_

Offline

 

#7 2010-06-20 11:34:35

Cnor
Scratcher
Registered: 2010-01-29
Posts: 1000+

Re: Massive Sprite (Easy Scrolling)

Thanks!


See that post up there ^^^
That post was done by me  wink

Offline

 

#8 2010-06-20 11:35:58

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Massive Sprite (Easy Scrolling)

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?)


You can now reach me on Twitter @johnnydean1_

Offline

 

#9 2010-06-20 14:34:43

juststickman
Scratcher
Registered: 2009-05-31
Posts: 1000+

Re: Massive Sprite (Easy Scrolling)

This does not work well, have you seen how much it lags?


http://is.gd/iBQi2 Add grob to your sig and help with world dominiation!http://is.gd/iBQ9Q                                                             Hey guys, we're seriously naming our team bob?

Offline

 

Board footer