SCI Studio Tutorial Chapter 4 - Editing Cursors

From Sierra Wiki
Jump to navigationJump to search

SCI Tutorials and Guides Table of Contents
SCI Studio Tutorial 1 Table of Contents

Chapter: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26

Chapter 4 - Editing Cursors



About Cursor Resources

Cursor VWhen playing SCI games, you'll notice the mouse cursors. The arrow for pointing, the hand when something is loading, and so forth. These are the cursor resources, and you can edit them with the Cursor Editor.

Getting Started

In the Game Explorer, there's a list of the game's resources.
 

Cursor Folder Click on the cursor folder and the list of cursor resources will appear on the right, along with a preview of the first cursor.
Arrow Cursor Double click the first cursor resource (named "Arrow") and the cursor editor will open up.

The Cursor Editor

Cursor Editor
Cursor Editor


The Cursor Editor will load up with the cursor you selected. You can edit the cursor to your liking with the drawing tools. These operate identical to the view editor's tools.

Next you can select the "hot spot". The hot spot is the single pixel in the cursor that fixes the location of the user's click. In EGA SCI games, you have two choices. You can select the hot spot to be on the top left corner, or the center.

Cursor Arrow with Background
Cursor Arrow with Background
Cursor Cross
Cursor Cross
Naturally, this would have a "corner (0,0)" hot spot.   And this would have a "center (8,8)" hot spot.  
Cursor Hot Spot Click on the "Cursor" menu, then select "Hot Spot", then the desired hot spot.

Once done editing the cursor, you can save it.

Save as... Click the save button, and the "Add Resource" window will pop up. As discussed in chapter 3, you just need to click "OK".

Now that the you've finished editing the cursor and saved it, you can close the Cursor Editor.

Back in the Game Explorer, you will see that the cursor has been updated with your changes.

Run Button Click on the Run button in the main window's toolbar to play the game with your updated cursor. Right away you will see the new cursor in all it's glory!

Congratulations! You now know how to edit cursor resources.


References



Related Links

  •  

 

SCI Tutorials and Guides Table of Contents
SCI Studio Tutorial 1 Table of Contents

< Previous: Chapter 3 - Editing ViewsNext: Chapter 5 - Editing Fonts >