Okay, I know how to do scrollx but When the terrain is all gone, instead of going back to the start it just stops and there is a white background. Please help me!
Offline
qwertypower wrote:
Okay, I know how to do scrollx but When the terrain is all gone, instead of going back to the start it just stops and there is a white background. Please help me!
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
You just have to limit how far it can go. Maybe Archmage's scrolling example can help you:
http://scratch.mit.edu/projects/archmage/318823
It's a great example of Scrolling.
Offline
Thanks, but I'm thinking about automatic endless scrolling, that starts when the flag is pressed.
Offline
qwertypower wrote:
Thanks, but I'm thinking about automatic endless scrolling, that starts when the flag is pressed.
Ooh, endless scrolling, eh? I'm sure if you fiddled around with Archmage's script - specifically, removing the limiter - you can do so.
Offline
qwertypower wrote:
Thanks, but I'm thinking about automatic endless scrolling, that starts when the flag is pressed.
LOOK AT MY PROJECT IT HAS INFINITE SCROLLING. It's actually easier than you'd think. Here's a link: (link to project 'n stuff)
Offline
Thanks, but not infinite. Only scrolls when you use the arrow keys.
I do the same thing as you did. Different terrain that starts with 0 and goes up by 1 but It still doesen't work!
Offline
qwertypower wrote:
Thanks, but not infinite. Only scrolls when you use the arrow keys.
I do the same thing as you did. Different terrain that starts with 0 and goes up by 1 but It still doesen't work!
It would be infinite if you take away the arrow key commands and add a
[blocks]<forever>
<change{ ScrollX }by( 10
<end>[/blocks]
That should make it infinite scrolling.
Offline
How bout I just show you the project? http://scratch.mit.edu/projects/qwertypower/1067616 It's unfinished so could you just download it and tell me what the probelm is in the forums?
Offline