LEFT CLICK
- clLClick = Returns -1 for the first frame the left mouse was clicked.
- clLHold = Returns -1 when the left mouse is held.
- clLRelease = Returns -1 for the first frame the left mouse was released.
RIGHT CLICK
- clRClick = Returns -1 for the first frame the right mouse was clicked.
- clRHold = Returns -1 when the right mouse is held.
- clRRelease = Returns -1 for the first frame the right mouse was released.
Coordinate and Movement
- clX = The x coordinate of the cursor relative to the screen.
- clY = The y coordinate of the cursor relative to the screen.
- clXs = The x coordinate of the cursor relative to the scene.
- clYs = The y coordinate of the cursor relative to the scene.
- clXsp = The x-speed of the cursor. (Negative values are left, and positive values are right)
- clYsp = The Y-speed of the cursor. (Negative values are up, and positive values are down)
- clHsp= The hypotenuse the cursor makes when it moves.
You can also make your own cursor. Change the numbers at the beginning of the scripts to customize the cursor image.
Set "clShow" to -1 to show the cursor, set to 0 to hide the cursor.
To use the script, make sure that the script starts on level-start.
DOWNLOAD






