this is a basic python file which can be used to control pygame objects
- move(direction, num of pixels, item)
- rotate(degrees, item, centered=True or False)
- onclick(what to do)
- onclick(what to do)
- onmousedown(what to do)
- onmouseup(what to do)
- onkey(up or down, which key, what to do)