Imported SCI Tutorials: Difference between revisions
From Sierra Wiki
Jump to navigationJump to search
Line 58: | Line 58: | ||
* [[Point and Click Tutorial: Chapter 13 - Examples of Scripting Point and Click Responses]] | * [[Point and Click Tutorial: Chapter 13 - Examples of Scripting Point and Click Responses]] | ||
==<br /> | ==<br /> Said() Strings Tutorials == | ||
* [[Advanced Said() Strings - Part 1]] | * [[Advanced Said() Strings - Part 1]] |
Revision as of 13:33, 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
SCI Point and Click Tutorial
- 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
- 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
Said() Strings Tutorials
- Advanced Said() Strings - Part 1
- Advanced Said() Strings - Part 2 - Qualifying Adjectives
- Advanced Said() Strings - Part 3 - Prepositions
- Said() Strings - Comprehensive Examples