Imported SCI Tutorials
From Sierra Wiki
Jump to navigationJump to search
Page: 1 | 2 | Documentation | Examples | Resources | Tutorials | Tools | SCI Files | Games | Fan Games | Demos | Devs | Non SCI
SCI Studio Tutorial 1
- SCI Studio Tutorial Chapter 1 - An Introduction To SCI Resources
- SCI Studio Tutorial Chapter 2 - Creating The Game
- SCI Studio Tutorial Chapter 3 - Editing Views
- SCI Studio Tutorial Chapter 4 - Editing Cursors
- SCI Studio Tutorial Chapter 5 - Editing Fonts
- SCI Studio Tutorial Chapter 6 - Editing Pics
- SCI Studio Tutorial Chapter 7 - Editing The Vocabulary
- SCI Studio Tutorial Chapter 8 - An Introduction To Scripts
- SCI Studio Tutorial Chapter 9 - Elements of a Script
- SCI Studio Tutorial Chapter 10 - Getting Familiar With Objects
- SCI Studio Tutorial Chapter 11 - Variables
- SCI Studio Tutorial Chapter 12 - Methods and Procedures
- SCI Studio Tutorial Chapter 13 - Conditional and Looping Statements
- SCI Studio Tutorial Chapter 14 - Making The Title Screen
- SCI Studio Tutorial Chapter 15 - Programming The First Room
- SCI Studio Tutorial Chapter 16 - Handling The Player's "Said" Input
- SCI Studio Tutorial Chapter 17 - Creating and Using Props
- SCI Studio Tutorial Chapter 18 - Handling The Inventory
- SCI Studio Tutorial Chapter 19 - Creating and Using Actors
- SCI Studio Tutorial Chapter 20 - Making An Additional Room
- SCI Studio Tutorial Chapter 21 - Creating and Using Doors
- SCI Studio Tutorial Chapter 22 - Handling The Player's Score
- SCI Studio Tutorial Chapter 23 - Using The Death Handler
- SCI Studio Tutorial Chapter 24 - Using The Print Procedures
- SCI Studio Tutorial Chapter 25 - Customizing The Menubar
- SCI Studio Tutorial Chapter 26 - Game Maintenance
SCI Studio Tutorial 2
- Chapter 1 - Global Said() Statements
- Chapter 2 - WordFail, syntaxFail and pragmaFail (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 - Regions and Locales
- Chapter 2 - Scripting Props and Acts
- Chapter 3 - Loopers
- Chapter 4 - Jumping Bug
- Chapter 5 - The z-coordinate
- Chapter 6 - Memory Management (advanced)
- Chapter 7 - 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