1. I am creating a ScrollingCanvas table and I want to assign the function 'Move' to the table, to move the picture(canvas) around the screen using the tables position data (X, Y).
2. The question for you is: How do I create the table, so I can call the move method like this:
Code: Select all
AScrollingCanvas:Move(X, Y)
PS. If I didn't give enough information, plz just PM me.