Difference between revisions of "A Basic Tutorial for SCI1.1"
From SCI Wiki
Jump to navigationJump to search(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[SCI Tutorials]]<br /> | ||
+ | |||
+ | <div align="center"><span style="font-size: 22pt">A Basic Tutorial for SCI1.1</span><br /> | ||
+ | ''Author: [[Phil Fortier]]''</div> | ||
+ | |||
+ | |||
+ | |||
To get started with SCI1.1, follow the basic tutorial outlined below. | To get started with SCI1.1, follow the basic tutorial outlined below. | ||
Line 15: | Line 22: | ||
* [[Adding a Second Room]] | * [[Adding a Second Room]] | ||
</blockquote> | </blockquote> | ||
+ | |||
+ | <div align="center"> | ||
+ | Chapter: | ||
+ | [[Customizing the Title Screen|1]] | | ||
+ | [[The First Room|2]] | | ||
+ | [[Interacting with Objects|3]] | | ||
+ | [[The Priority Screen|4]] | | ||
+ | [[Animating Props|5]] | | ||
+ | [[Managing the Player’s Inventory|6]] | | ||
+ | [[Actors|7]] | | ||
+ | [[Dying|8]] | | ||
+ | [[Using Inventory Items|9]] | | ||
+ | [[Scoring and Flags|10]] | | ||
+ | [[Adding a Second Room|11]] | ||
+ | </div><br /> | ||
| | ||
<span style="float: left">[[SCI_Tutorials|< Previous: Back to Tutorials Index]]</span> | <span style="float: left">[[SCI_Tutorials|< Previous: Back to Tutorials Index]]</span> | ||
− | <span style="float: right">[[Customizing the | + | <span style="float: right">[[Customizing the Title Screen|Customizing the Title Screen >]]</span> |
Latest revision as of 01:30, 26 February 2016
To get started with SCI1.1, follow the basic tutorial outlined below.
< Previous: Back to Tutorials Index Customizing the Title Screen >