Difference between revisions of "SCI Studio Tutorial 2"

From SCI Wiki
Jump to navigationJump to search
m (1 revision)
m (added note about using older script language)
 
Line 5: Line 5:
 
'''By Brian Provinciano<br />
 
'''By Brian Provinciano<br />
 
Updated March 2nd, 2003'''</div>
 
Updated March 2nd, 2003'''</div>
 +
 +
{{note|This tutorial is based upon the older "SCI Studio" Script, which has been since superseded by "Sierra Script". Please refer to the [[scicompdoc:|SCI Companion Documentation]] for more information.}}
  
 
==Introduction==
 
==Introduction==

Latest revision as of 20:24, 8 September 2020

Making a Game With SCI Studio

Volume II

By Brian Provinciano

Updated March 2nd, 2003



NOTE:

This tutorial is based upon the older "SCI Studio" Script, which has been since superseded by "Sierra Script". Please refer to the SCI Companion Documentation for more information.


Introduction

There's so much SCI can do! Much more than could be covered in one tutorial. If the first tutorial covered it all, many would be overwhelmed. Expanding on the first one, this tutorial shows you how to expand your template game to include some more of Sierra's standard game features. They can be done in any order you like.

Table of Contents

Player Input

Actors

Views/Props

Doors

User Interface

 

< Previous: Brian Provinciano's SCI Studio Tutorial 1Next: Chapter 1 - Global Said() Statements >