Difference between revisions of "Dying"

From SCI Wiki
Jump to navigationJump to search
(Created page with "SCI Tutorials<br /> <div align="center"><span style="font-size: 22pt"></span><br /> ''Author: Phil Fortier''</div> W ==<br /> ==   <span style="float: l...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[SCI Tutorials]]<br />
 
[[SCI Tutorials]]<br />
  
<div align="center"><span style="font-size: 22pt"></span><br />
+
<div align="center">
 +
Chapter:
 +
[[Customizing the Title Screen|1]] |
 +
[[The First Room|2]] |
 +
[[Interacting with Objects|3]] |
 +
[[Adding a Background and Static Objects|4]] |
 +
[[The Priority Screen|5]] |
 +
[[Animating Props|6]] |
 +
[[Managing the Player’s Inventory|7]] |
 +
[[Actors|8]] |
 +
[[Dying|9]] |
 +
[[Using Inventory Items|10]] |
 +
[[Scoring and Flags|11]] |
 +
[[Adding a Second Room|12]]
 +
</div><br />
 +
 
 +
<div align="center"><span style="font-size: 22pt">Dying</span><br />
 
''Author: [[Phil Fortier]]''</div>
 
''Author: [[Phil Fortier]]''</div>
  
Line 14: Line 30:
 
&nbsp;
 
&nbsp;
  
<span style="float: left">[[&lt; Previous: ]]</span>
+
<span style="float: left">[[Actors|&lt; Previous: Actors]]</span>
<span style="float: right">[[ &gt;]]</span>
+
<span style="float: right">[[Using Inventory Items|Next: Using Inventory Items &gt;]]</span>

Latest revision as of 21:21, 26 February 2016

SCI Tutorials

Chapter: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12


Dying
Author: Phil Fortier


W


 

< Previous: Actors Next: Using Inventory Items >