Difference between revisions of "SCI Point and Click Tutorial"
From SCI Wiki
Jump to navigationJump to searchm (1 revision) |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
<blockquote> | <blockquote> | ||
− | + | [[Image:ZIP.png|ZIP File]]] [[scidl:Templates/PointNClickTemplateGame(pntnclck).zip|Point and Click Template Game]]<span class="DLInfo"> (ZIP file) [198 KB]</span> | |
</blockquote> | </blockquote> | ||
Latest revision as of 19:02, 13 May 2021
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
< Previous: Phil Fortier's Advanced SCI TutorialsChapter 1 - Preparing the Main Script >