topical media & game development
lib-unity-tutorial-platform-start-Assets-Scripts-Misc-LevelStatus.js / js
// LevelStatus: Master level state machine script.
// This is where info like the number of items the player must collect in order to complete the level lives.
var itemsNeeded: int = 20; // This is how many fuel canisters the player must collect.
// Awake(): Called by Unity when the script has loaded.
// We use this function to initialise our link to the Lerpz GameObject.
function Awake()
{
}
(C) Æliens
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.