How to make an scrolling layer (Easy way)

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

  • Order by
  • 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.