Important
This section applies to SCI0 and SCI1 only
Cursor Editor¶
Cursor resources are 16x16 2-bit bitmaps used in SCI0 and SCI1 for the mouse cursor (in SCI1.1 and above, views are used for mouse cursors). In SCI0 they can have white, black and transparent pixels, while in SCI1 they can have white, black, gray or transparent pixels.
The cursor drawing tools are mostly similar to those used in views. Refer to the section on drawing tools for a full description of what each tool does.
Cursors have a fixed 16x16 size. Transparent pixels are represented by an aqua color in SCICompanion.
Hotspot¶
Use the origin tool to set the cursor hotspot. (0, 0) and (8, 8) are the only two hotspots allowed in SCI0 games. In SCI1 games the hotspot can be anywhere.