I don`t care if anybody puts me on their friends list so don`t ask just do it
Offline
someone help me with my background I want a redskins background but I don`t know how to do anything on here
Offline
Click on "Support" at the top of the web page and pick up the reference guide.
It will tell you what most of the things in scratch do.
Offline
Try looking at the Fireworks gallery for some ideas.
http://scratch.mit.edu/galleries/view/8863
The exit script for the "U" in the Karplus name project is a different approach.
http://scratch.mit.edu/projects/kevin_karplus/2159
I probably should not have answered this question here, as the question had nothing to do with Scrolling backgrounds.
PLEASE, everyone, start a new post when you have a new topic. Don't hijack other people's threads!
Offline
I need help changing my picture.
Offline
funnydamian18,
Ask your question as a new topic with the right name. Your question has nothing to do with "Scrolling Background".
Offline
[blocks]
<when green flag clicked>
<forever>
<go to x (( scrollx <+> 234 )) )y
0)>
<end>
Offline
Hmmm... for those wanting to see a way to do multi-directional scrolling that is efficient, see this: http://scratch.mit.edu/projects/Kalininrussia1/88014 You may need to download to see the code to know what I mean.
Offline
Thanks!
Offline
I have noticed that my 2 sprites method of scrolling has become very popular and has been used in some of the recent frontpage projects.So, I have updated my scrolling tutorial post to include a tutorial on how to implement 2 sprite scrolling
Offline
it's very complicated, but im sure this will help
Offline
there are just about 100 how-to-scroll forums, just search for one.
Offline
could somebody help me I tried the two sprite script used by archmage but it won't stop flickering. Only one costume of one sprite is visible. Help!
Offline
Download the example I uploaded. Your scripts should look the same as the ones in the example.
Offline
Adding my six sprite dynamic horizontal scrolling system for platform games to the list.
http://scratch.mit.edu/forums/viewtopic.php?id=2440
Offline
i was unable to download it because my computer will not let me download anything, and I tried everythig exactly the way that you posted it, and it still didnt work. Could you please help me by looking at the scripts that are in this project?
http://scratch.mit.edu/projects/Cyclone103/124912
Thank you so much!
Offline
whoops never mind I found out the way to allow scratch to open it, by saving the program into my documents and opening it from scratch, instead of directly trying to open it with no program selected.
Offline
How do you do a scrolling game like the one in post 2, without as much flickering?
Offline
If you scroll using a velocity it won't flicker. If you don't want it to slide just set the drag variable to something low like 0.5.
Offline