SCI Point and Click Tutorial: Difference between revisions
From Sierra Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Point and Click Tutorial= | [[Category:SCI Pages]] | ||
= Point and Click Tutorial = | |||
'''By Cloudee1<br /> | '''By Cloudee1<br /> | ||
Line 31: | Line 32: | ||
* [[Point and Click Tutorial: Chapter 13 - Examples of Scripting Point and Click Responses|Chapter 13 - Examples of Scripting Point and Click Responses]] | * [[Point and Click Tutorial: Chapter 13 - Examples of Scripting Point and Click Responses|Chapter 13 - Examples of Scripting Point and Click Responses]] | ||
| ==<br /> References == | ||
<references /> | |||
==<br /> Related Links == | |||
* | |||
<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> | ||
| | ||
[[Category:Icons]] | [[Category:Icons]] | ||
[[Category:Interfaces]] | [[Category:Interfaces]] | ||
[[Category:Point and Click]] | [[Category:Point and Click]] | ||
[[Category:Tutorials]] | [[Category:Tutorials]] | ||
[[Category:SCI Tutorials]] |
Latest revision as of 10:37, 5 December 2024
Point and Click Tutorial
By Cloudee1
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 >