Imported SCI Tutorials: Difference between revisions

From Sierra Wiki
Jump to navigationJump to search
Andrew Branscom (talk | contribs)
Andrew Branscom (talk | contribs)
No edit summary
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:


<div align="center">Page: [[Imported SCI Pages 1|1]] | [[Imported SCI Pages 2|2]] | [[Imported SCI Examples|Examples]] | [[Imported SCI Resources|Resources]] | [[Imported SCI Tutorials|Tutorials]]  | [[Imported SCI Tools|Tools]] | [[SCI Games|Games]] | [[SCI Fan Games|Fan Games]] | [[SCI Demos|Demos]] | [[SCI Devs|Devs]] | [[Non SCI specific|Non SCI]]</div><br />
<div align="center">Page: [[Imported SCI Pages 1|1]] | [[Imported SCI Pages 2|2]] | [[Imported SCI Documentation|Documentation]] | [[Imported SCI Examples|Examples]] | [[Imported SCI Resources|Resources]] | [[Imported SCI Tutorials|Tutorials]]  | [[Imported SCI Tools|Tools]] | [[SCI Files|SCI Files]] | [[SCI Games|Games]] | [[SCI Fan Games|Fan Games]] | [[SCI Demos|Demos]] | [[SCI Devs|Devs]] | [[Non SCI specific|Non SCI]]</div><br />


* [[SCI Tutorials and Guides]]
* [[Advanced SCI Tutorials]]
* [[Advanced SCI Tutorials]]
==<br /> [[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]]


==<br /> [[SCI Studio Tutorial 2]] ==
==<br /> [[SCI Studio Tutorial 2]] ==


* [[SCI Studio Tutorial 2 Chapter 1 - Global Said() Statements|Chapter 1 - Global Said() Statements]]
* [[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 2 - WordFail, syntaxFail and pragmaFail|Chapter 2 - WordFail, syntaxFail and pragmaFail]] (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 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 4 - Actor Event Triggers|Chapter 4 - Moving Actors and Triggering Events]]
Line 18: Line 49:
==<br /> [[Advanced SCI Tutorials]] ==
==<br /> [[Advanced SCI Tutorials]] ==


* [[Advanced SCI Tutorials - Advanced Said() Strings - Part 1|Chapter 1 - Advanced Said() Strings - Part 1]]
* [[Advanced SCI Tutorials - Regions and Locales|Chapter 1 - Regions and Locales]]
* [[Advanced SCI Tutorials - Regions and Locales|Chapter 2 - Regions and Locales]]
* [[Advanced SCI Tutorials - Scripting Props and Acts|Chapter 2 - Scripting Props and Acts]]
* [[Advanced SCI Tutorials - Scripting Props and Acts|Chapter 3 - Scripting Props and Acts]]
* [[Advanced SCI Tutorials - Loopers|Chapter 3 - Loopers]]
* [[Advanced SCI Tutorials - Loopers|Chapter 4 - Loopers]]
* [[Advanced SCI Tutorials - Jumping Bug|Chapter 4 - Jumping Bug]]
* [[Advanced SCI Tutorials - Jumping Bug|Chapter 5 - Jumping Bug]]
* [[Advanced SCI Tutorials - The z-coordinate|Chapter 5 - The z-coordinate]]
* [[Advanced SCI Tutorials - The z-coordinate|Chapter 6 - The z-coordinate]]
* [[Advanced SCI Tutorials - SCI Memory Management|Chapter 6 - Memory Management (advanced)]]
* [[Advanced SCI Tutorials - SCI Memory Management|Chapter 7 - Memory Management (advanced)]]
* [[Advanced SCI Tutorials - Advanced Use of Control Areas|Chapter 7 - Advanced Use of Control Areas]]
* [[Advanced SCI Tutorials - Advanced Use of Control Areas|Chapter 8 - Advanced Use of Control Areas]]


==<br /> [[A Basic Tutorial for SCI1.1]] ==
==<br /> [[A Basic Tutorial for SCI1.1]] ==
Line 58: Line 88:
* [[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 /> Said() Strings Tutorials ==
==<br /> [[Said() Strings Tutorials]] ==


* [[Said() Strings and the Use of Articles]]
* [[Said() Strings and the Use of Articles]]
Line 74: Line 104:
* [[Manipulating the Parser - Part 1 - 'Complex' Nouns]]
* [[Manipulating the Parser - Part 1 - 'Complex' Nouns]]
* [[Manipulating the Parser - Part 2 - Addressing Actors]]
* [[Manipulating the Parser - Part 2 - Addressing Actors]]
* [[Get and Use Specific Keyboard Keys]] << start here!!!
* [[Get and Use Specific Keyboard Keys]]
* [[TraduSCI Manual]]
* [[TraduSCI Manual (old)]]




[[Category:Pages to be Deleted]]
[[Category:Pages to be Deleted]]

Latest revision as of 18:32, 15 May 2025




SCI Studio Tutorial 1


SCI Studio Tutorial 2


Advanced SCI Tutorials


A Basic Tutorial for SCI1.1


SCI Point and Click Tutorial


Said() Strings Tutorials


Misc