How to make an scrolling layer (Easy way)

You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • THANK YOU. The Capx really isn't necessary just follow the screenshot exactly. Now it makes total sense and I learned alot.

    YOU NEED A GLOBAL VARIABLE CALLED: UpDown

    It's the only thing not in the screenshot.

    Also note that lines 4/5 are "System -> Compare two values"

    THANKS DUDE :)

    • I also found it necessary to create a specific sprite called ScrollSizer -- which was a like a group for my many scrolling sprites.

      If that is off screen, disable bottom scroll.

      This example ONLY worked with one single scroll object, not many, as it would put ALL of them on the bottom. I suppose I could detect some offsets, or something -- there are many ways to handle this.