SCI Point and Click Tutorial: Difference between revisions
From Sierra Wiki
Jump to navigationJump to search
No edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
[[SCI Tutorials and Guides|SCI Tutorials and Guides Table of Contents]] | [[SCI Tutorials and Guides|SCI Tutorials and Guides Table of Contents]] | ||
<div align="center"><span style="font-size: 22pt">Point and Click Tutorial</span><br /> | <div align="center"><span style="font-size: 22pt">SCI Point and Click Tutorial</span><br /> | ||
'''By [[Shane Cloud]]<br />''</div> | '''By [[Shane Cloud]]<br />''</div> | ||
Line 43: | Line 43: | ||
* | * | ||
| |||
<span style="float: left">[[Advanced_SCI_Tutorials|< Previous: Phil Fortier's Advanced SCI Tutorials]]</span><span style="float: right">[[Point and Click Tutorial: Chapter 1 - Preparing the Main Script|Chapter 1 - Preparing the Main Script >]]</span> | <span style="float: left">[[Advanced_SCI_Tutorials|< Previous: Phil Fortier's Advanced SCI Tutorials]]</span><span style="float: right">[[Point and Click Tutorial: Chapter 1 - Preparing the Main Script|Chapter 1 - Preparing the Main Script >]]</span> | ||
| |
Latest revision as of 13:21, 29 April 2025
SCI Tutorials and Guides Table of Contents
Introduction
These are SCI tutorials for the Point and Click GUI. I am finished with the point and click template. I have added interaction examples to this tutorial. The template includes everything that these tutorials cover, the cash, the string and the balloon.
] Point and Click Template Game (ZIP file) [198 KB]
Table of Contents
Point and Click Inventory
- Chapter 1 - Preparing the Main Script
- Chapter 2 - Ordering the Cursors
- Chapter 3 - Prepare the Text for our Inventory Room
- Chapter 4 - Inventory Views
- Chapter 5 - Scripting the Inventory Room
- Chapter 6 - Inventory Room Loose Ends
Point and Click Game
- Chapter 7 - Preparing the Supporting Scripts
- Chapter 8 - Ordering the Additional Cursors
- Chapter 9 - Prepare the Text for our Point and Click Rooms
- Chapter 10 - Point and Click Menu Views
- Chapter 11 - Creating the Point and Click Script
- Chapter 12 - Creating the Room 1 Script
- Chapter 13 - Examples of Scripting Point and Click Responses
References
Related Links
< Previous: Phil Fortier's Advanced SCI TutorialsChapter 1 - Preparing the Main Script >