Scrolling is moving the background (which is a sprite, by necessity) rather than the main sprite to give the illusion that the main sprite is moving. Scratch Wiki Article
Offline
Thanks!
MoreGamesNow wrote:
Scrolling is moving the background (which is a sprite, by necessity) rather than the main sprite to give the illusion that the main sprite is moving. Scratch Wiki Article
Last edited by dino6 (2012-10-08 12:57:03)
Offline
I know how! Oh, and dino, please don't put a fake signature!
You would use this script:
when gf clicked forever go to x: ((scrollx) + ((480) * (0))) y: ((scrolly) + ((360) * (0))) end
Last edited by Paddle2See (2012-08-07 13:24:48)
Offline
Thanks! I didn't know what a signature was but other people used them. What are they?
BirdByte wrote:
I know how! Oh, and dino, please don't put a fake signature!
You would use this script:when gf clicked forever go to x: ((scrollx) + ((480) * (0))) y: ((scrolly) + ((360) * (0))) end
Offline
dino6 wrote:
Thanks! I didn't know what a signature was but other people used them. What are they?
Offline
I'll edit out the fake signature
MoreGamesNow wrote:
dino6 wrote:
Thanks! I didn't know what a signature was but other people used them. What are they?
Offline