Imported SCI Tutorials: Difference between revisions
From Sierra Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
* [[Advanced SCI Tutorials]] | * [[Advanced SCI Tutorials]] | ||
==<br /> [[SCI Studio Tutorial 2]] == | |||
* [[ | * [[SCI Studio Tutorial 2 Chapter 1 - Global Said() Statements|Chapter 1 - Global Said() Statements]] | ||
* [[ | * [[SCI Studio Tutorial 2 Chapter 2 - WordFail, syntaxFail and pragmaFail|Chapter 2 - Oh, yeah? Well, "%s" this!]] | ||
* [[ | * [[SCI Studio Tutorial 2 Chapter 3 - Actor Paths|Chapter 3 - Making Actors Move Along Paths]] | ||
* [[ | * [[SCI Studio Tutorial 2 Chapter 4 - Actor Event Triggers|Chapter 4 - Moving Actors and Triggering Events]] | ||
* [[ | * [[SCI Studio Tutorial 2 Chapter 5 - Actor Paths with Over Views/Props|Chapter 5 - Allowing Actors to Walk Through/Over Views/Props]] | ||
* [[SCI Studio Tutorial 2 Chapter 6 - Checking a Door's State|Chapter 6 - Checking a Door's State]] | |||
* [[SCI Studio Tutorial 2 Chapter 7 - Custom Buttons|Chapter 7 - Creating Custom Buttons]] | |||
* [[SCI Studio Tutorial 2 Chapter 8 - Custom Windows|Chapter 8 - Creating Custom Windows]] | |||
* [[SCI Studio Tutorial 2 Chapter 9 - Custom Slider Controls|Chapter 9 - Creating Custom Slider Controls]] | |||
==<br /> [[Advanced SCI Tutorials]] == | |||
* [[SCI | * [[Advanced SCI Tutorials - Advanced Said() Strings - Part 1|Chapter 1 - Advanced Said() Strings - Part 1]] | ||
* [[Advanced SCI Tutorials - Regions and Locales|Chapter 2 - Regions and Locales]] | |||
* [[Advanced SCI Tutorials - Scripting Props and Acts|Chapter 3 - Scripting Props and Acts]] | |||
* [[Advanced SCI Tutorials - Loopers|Chapter 4 - Loopers]] | |||
* [[Advanced SCI Tutorials - Jumping Bug|Chapter 5 - Jumping Bug]] | |||
* [[Advanced SCI Tutorials - The z-coordinate|Chapter 6 - The z-coordinate]] | |||
* [[Advanced SCI Tutorials - SCI Memory Management|Chapter 7 - Memory Management (advanced)]] | |||
* [[Advanced SCI Tutorials - Advanced Use of Control Areas|Chapter 8 - Advanced Use of Control Areas]] | |||
==<br /> [[A Basic Tutorial for SCI1.1]] == | |||
* [[Basic Tutorial for SCI1.1 - Customizing the Title Screen|Customizing the Title Screen]] | |||
* [[Basic Tutorial for SCI1.1 - The First Room|The First Room]] | |||
* [[Basic Tutorial for SCI1.1 - Interacting with Objects|Interacting with Objects]] | |||
* [[Basic Tutorial for SCI1.1 - Adding a Background and Static Objects|Adding a Background and Static Objects]] | |||
* [[Basic Tutorial for SCI1.1 - The Priority Screen|The Priority Screen]] | |||
* [[Basic Tutorial for SCI1.1 - Animating Props|Animating Props]] | |||
* [[Basic Tutorial for SCI1.1 - Managing the Player’s Inventory|Managing the Player’s Inventory]] | |||
* [[Basic Tutorial for SCI1.1 - Actors|Actors]] | |||
* [[Basic Tutorial for SCI1.1 - Dying|Dying]] | |||
* [[Basic Tutorial for SCI1.1 - Using Inventory Items|Using Inventory Items]] | |||
* [[Basic Tutorial for SCI1.1 - Scoring and Flags|Scoring and Flags]] | |||
* [[Basic Tutorial for SCI1.1 - Adding a Second Room|Adding a Second Room]] | |||
==<br /> Point and Click Tutorial == | |||
* [[Point and Click Tutorial: Chapter 10 - Point and Click Menu Views]] | * [[Point and Click Tutorial: Chapter 10 - Point and Click Menu Views]] | ||
Line 64: | Line 58: | ||
* [[Point and Click Tutorial: Chapter 9 - Prepare the Text for our Point and Click Rooms]] | * [[Point and Click Tutorial: Chapter 9 - Prepare the Text for our Point and Click Rooms]] | ||
==<br /> Advanced Said() Strings == | |||
* [[Advanced SCI Tutorials - Advanced Said() Strings - Part 1|Chapter 1 - Advanced Said() Strings - Part 1]] | * [[Advanced SCI Tutorials - Advanced Said() Strings - Part 1|Chapter 1 - Advanced Said() Strings - Part 1]] | ||
Line 69: | Line 64: | ||
* [[Advanced Said() Strings - Part 2 - Qualifying Adjectives]] | * [[Advanced Said() Strings - Part 2 - Qualifying Adjectives]] | ||
* [[Advanced Said() Strings - Part 3 - Prepositions]] | * [[Advanced Said() Strings - Part 3 - Prepositions]] | ||
==<br /> Misc == | |||
* [[Adding Sound Support]] | |||
* [[Getting Started With SCI Development]] | |||
* [[Placing Inventory Descriptions in a Text Resource]] | |||
* [[Manipulating the Parser - Part 1 - 'Complex' Nouns]] | |||
* [[Manipulating the Parser - Part 2 - Addressing Actors]] | |||
* [[Get and Use Specific Keyboard Keys]] << start here!!! | |||
[[Category:Pages to be Deleted]] | [[Category:Pages to be Deleted]] |
Revision as of 13:16, 29 April 2025
SCI Studio Tutorial 2
- Chapter 1 - Global Said() Statements
- Chapter 2 - Oh, yeah? Well, "%s" this!
- Chapter 3 - Making Actors Move Along Paths
- Chapter 4 - Moving Actors and Triggering Events
- Chapter 5 - Allowing Actors to Walk Through/Over Views/Props
- Chapter 6 - Checking a Door's State
- Chapter 7 - Creating Custom Buttons
- Chapter 8 - Creating Custom Windows
- Chapter 9 - Creating Custom Slider Controls
Advanced SCI Tutorials
- Chapter 1 - Advanced Said() Strings - Part 1
- Chapter 2 - Regions and Locales
- Chapter 3 - Scripting Props and Acts
- Chapter 4 - Loopers
- Chapter 5 - Jumping Bug
- Chapter 6 - The z-coordinate
- Chapter 7 - Memory Management (advanced)
- Chapter 8 - Advanced Use of Control Areas
A Basic Tutorial for SCI1.1
- Customizing the Title Screen
- The First Room
- Interacting with Objects
- Adding a Background and Static Objects
- The Priority Screen
- Animating Props
- Managing the Player’s Inventory
- Actors
- Dying
- Using Inventory Items
- Scoring and Flags
- Adding a Second Room
Point and Click Tutorial
- Point and Click Tutorial: Chapter 10 - Point and Click Menu Views
- Point and Click Tutorial: Chapter 11 - Creating the Point and Click Script
- Point and Click Tutorial: Chapter 12 - Creating the Room 1 Script
- Point and Click Tutorial: Chapter 13 - Examples of Scripting Point and Click Responses
- Point and Click Tutorial: Chapter 1 - Preparing the Main Script
- Point and Click Tutorial: Chapter 2 - Ordering the Cursors
- Point and Click Tutorial: Chapter 3 - Prepare the Text for our Inventory Room
- Point and Click Tutorial: Chapter 4 - Inventory Views
- Point and Click Tutorial: Chapter 5 - Scripting the Inventory Room
- Point and Click Tutorial: Chapter 6 - Inventory Room Loose Ends
- Point and Click Tutorial: Chapter 7 - Preparing the Supporting Scripts
- Point and Click Tutorial: Chapter 8 - Ordering the Additional Cursors
- Point and Click Tutorial: Chapter 9 - Prepare the Text for our Point and Click Rooms
Advanced Said() Strings
- Chapter 1 - Advanced Said() Strings - Part 1
- Advanced Said() Strings - Part 1
- Advanced Said() Strings - Part 2 - Qualifying Adjectives
- Advanced Said() Strings - Part 3 - Prepositions