Imported SCI Tutorials: Difference between revisions

From Sierra Wiki
Jump to navigationJump to search
Andrew Branscom (talk | contribs)
No edit summary
Andrew Branscom (talk | contribs)
No edit summary
 
(11 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 Documentation|Documentation]] | [[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]]
* [[SCI Tutorials and Guides]]
* [[Advanced SCI Tutorials]]
* [[Advanced SCI Tutorials]]


Line 8: Line 8:
==<br /> [[SCI Studio Tutorial 1]] ==
==<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 2 - Creating The Game]]
* [[SCI Studio Tutorial Chapter 3 - Editing Views]]
* [[SCI Studio Tutorial Chapter 3 - Editing Views]]
Line 26: Line 27:
* [[SCI Studio Tutorial Chapter 18 - Handling The Inventory]]
* [[SCI Studio Tutorial Chapter 18 - Handling The Inventory]]
* [[SCI Studio Tutorial Chapter 19 - Creating and Using Actors]]
* [[SCI Studio Tutorial Chapter 19 - Creating and Using Actors]]
* [[SCI Studio Tutorial Chapter 1 - An Introduction To SCI Resources]]
* [[SCI Studio Tutorial Chapter 20 - Making An Additional Room]]
* [[SCI Studio Tutorial Chapter 20 - Making An Additional Room]]
* [[SCI Studio Tutorial Chapter 21 - Creating and Using Doors]]
* [[SCI Studio Tutorial Chapter 21 - Creating and Using Doors]]
Line 38: Line 38:


* [[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 105: Line 105:
* [[Manipulating the Parser - Part 2 - Addressing Actors]]
* [[Manipulating the Parser - Part 2 - Addressing Actors]]
* [[Get and Use Specific Keyboard Keys]]
* [[Get and Use Specific Keyboard Keys]]
 
* [[TraduSCI Manual]]
 
* [[TraduSCI Manual (old)]]
* [[WordFail, syntaxFail and pragmaFail]]
 
 
* [[SCI Studio Tutorial 2]]
* [[SCI Point and Click Tutorial]]
* [[SCI Studio Tutorial 1]]
* [[SCI Studio Tutorial 2]]
* [[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 1 - An Introduction To SCI Resources]]
* [[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 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]]




[[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