Thursday, October 30, 2008

Mouseplay

Answer the following questions in a comment to this blog:
  1. What reserved variables describe the location of the mouse cursor?
  2. What reserved variable describes the state of mouse buttons?
  3. What function describes the speed of the mouse cursor? 

Take 10 minutes to get your program from yesterday working.


.

2 comments:

J_to_the_Z said...
This comment has been removed by a blog administrator.
Unknown said...

1.) x_location, y_location
2.)custom_cursor
3.) textprintf_centre_ex();