- Attributes
- x - x coordinate of the image
- y - y coordinate of the image
- scale - Scale of the image
- width - Width of the image
- height - Height of the image
- Methods
- moveX - Move the x position of the image
- moveY - Move the y position of the image
- changeWidth - Change width of the image
- changeHeight - Change height of the image
- changeScale - Change scale of the image
- goto - Go to
x, yposition
- Attributes
- x - x coordinate of the object
- y - y coordinate of the object
- scale - Scale of the object
- width - Width of the object
- height - Height of the object
- color - Color of the object
- Methods
- moveX - Move the x position of the object
- moveY - Move the y position of the object
- changeWidth - Change width of the object
- changeHeight - Change height of the object
- changeScale - Change scale of the object
- changeColor- Change color of the object
- goto - Go to
x, yposition
- Attributes
- x - x coordinate of the object
- y - y coordinate of the object
- scale - Scale of the object
- width - Width of the object
- height - Height of the object
- color - Color of the object
- thickness - Color of the object
- Methods
- moveX - Move the x position of the object
- moveY - Move the y position of the object
- changeWidth - Change width of the object
- changeHeight - Change height of the object
- changeScale - Change scale of the object
- changeColor- Change color of the object
- changeThickness - Change thickness of the object
- goto - Go to
x, yposition
- Attributes
- x - x coordinate of the text
- y - y coordinate of the text
- color - Color of the text
- font - Font of the text
- size - Size of the text
- text - Text of the text
- Methods
- moveX - Move the x position of the object
- moveY - Move the y position of the object
- changeColor- Change color of the object
- changeText - Change text of the text
- goto - Go to
x, yposition
- Attributes
- init - True for the first frame, used for initializing variables etc
- Methods
- random - takes two integers and returns a random value between them
- delay - sleeps for
xseconds - isColliding - takes two objects and returns weather they are colliding or not
- isKey - takes a key and returns weather the key is pressed or not
- mousePos - returns a list with x and y coordinates of the cursor