Pages: 1
Topic closed
im creating a game called "ok scroller" The small bit i've done is on scratch. but theres a ladder im making with a platform on top so now im confused on how to make y scroller.
Offline
Y scrolling is basically the same as X scrolling, unless you want to implement velocity/gravity.
basically the same as a x scoller but instead of the set x to scrollx make it set y to scrolly