This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Scenario 2008-2009 Bruce Pascoe | |
Version 2.1 | |
Scenario is an advanced cutscene engine for Sphere which allows you to | |
coordinate complex cutscenes via forks and synchronization. | |
*/ | |
function Scenario () | |
{ | |
this.FadeMask = CreateColor(0,0,0,0); | |
this.FocusStack = []; |