Name
Scrollcanvas.Scroll -- scroll the canvas
Synopsis
moai.DoMethod(id, "Scroll", x, y)
Function
Scrolls the canvas to the positions specified by x and y.

Inputs
id
id of the scrollcanvas object
x
desired new x position
y
desired new y position

Show TOC