Scroll Change

Scrolls the specified Scroll Pane object by the specified change amount.

## function name, you can set this to anything that is unique
func1:
  ## function type
  type: scroll_change
  ## which scroll pane to move
  object: 'scroll_pane1'
  ## how much to scroll in x and y dimensions
  scroll-change: 0 0

Last updated