1. Create a new mission
2. Create a description.ext
3. Create a common.hpp file with the control definitions
4. Create a display.hpp file to define the mission displays
a. Create a new display with onLoad event handler defined
b. Create a new map control with an idc = 1;
c. Set onLoad event to equal:
"(_this select 0) displayCtrl 1 ctrlMapCursor [""Arrow"",""Track""];";
5. Include 4 & 5 within the description.ext
6. Run the mission
7. Create the display using 'createDialog'.
8. Move your mouse over the control and reference the cursor icon when the mouse is over the control.