Skip to content

Instantly share code, notes, and snippets.

@alpha123
alpha123 / Scenario.js
Last active December 16, 2015 02:49
Scenario 2.1, extended to support diagonal movement.
/* 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 = [];