SCI Point and Click Tutorial: Difference between revisions
From Sierra Wiki
Jump to navigationJump to search
m 4 revisions imported |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:SCI Pages]] | [[Category:SCI Pages]] | ||
[[Category:SCI Pages to be Edited]] | |||
[[SCI Tutorials and Guides|SCI Tutorials and Guides Table of Contents]] | |||
'''By | <div align="center"><span style="font-size: 22pt">SCI Point and Click Tutorial</span><br /> | ||
Introduction | '''By [[Shane Cloud]]<br />''</div> | ||
<br /> | |||
==<br /> 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. | 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. | ||
Line 11: | Line 15: | ||
</blockquote> | </blockquote> | ||
==Table of Contents== | ==<br /> Table of Contents == | ||
===Point and Click Inventory=== | ===<br /> Point and Click Inventory === | ||
* [[Point and Click Tutorial: Chapter 1 - Preparing the Main Script|Chapter 1 - Preparing the Main Script]] | * [[Point and Click Tutorial: Chapter 1 - Preparing the Main Script|Chapter 1 - Preparing the Main Script]] | ||
Line 22: | Line 26: | ||
* [[Point and Click Tutorial: Chapter 6 - Inventory Room Loose Ends|Chapter 6 - Inventory Room Loose Ends]] | * [[Point and Click Tutorial: Chapter 6 - Inventory Room Loose Ends|Chapter 6 - Inventory Room Loose Ends]] | ||
===Point and Click Game=== | ===<br /> Point and Click Game === | ||
* [[Point and Click Tutorial: Chapter 7 - Preparing the Supporting Scripts|Chapter 7 - Preparing the Supporting Scripts]] | * [[Point and Click Tutorial: Chapter 7 - Preparing the Supporting Scripts|Chapter 7 - Preparing the Supporting Scripts]] | ||
Line 39: | 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 >