Hooray, I learned how to use trig for directional scrolling from http://scratch.mit.edu/pr ojects/tro95/485891. Thanks to Tro95 for his excellent trig tutorial! Use the left and right arrows to move and the up arrow to go. Because of the request of loch157, I have written the script out in text; On the arrow: When green flag clicked, go to x 0 y 0, point in direction 90, set scroll x to 0, set scroll y to 0. Forever when right arrow pressed turn clockwise 5 degrees, the reverse for left arrow. (still in forever loop) If key up arrow pressed, change scroll x by 0-sin of direction, change scroll y by 0-cos of direction. On the scrolling thing; forever go to x scroll x+110, y scroll y+78. I have also added a feature so that if you press space you can see what the scripts look like.