2.1.4 Cursor

The mouse cursor is actually just an image shown at the screen. It is possible to change this image in your application:

 
Ms.cursor(Images( ===drop cursor image here=== ));  

Exercise
Modify the cursor image in the previous exercise. There are few suitable images in the folder gfx mouse. Show the image ‘BGNormal’ at the application start. When a mouse button is held down, show the image ‘BGMove’ instead.