Script:System

From Spherical
Revision as of 00:54, 2 June 2013 by Apollolux (talk | contribs) (created from http://web.archive.org/web/20120828115617/http://www.spheredev.org/wiki/System_scripts)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Sphere is packaged with a number of system scripts which can be included in your games. An official sphere installation is guaranteed to contain these scripts. They reside in the \system\scripts\ directory of Sphere. A system script can be included in your game using RequireSystemScript().

List of system scripts distributed with Sphere

  • animation.js
  • audio.js
  • circles.js
  • clock.js
  • colors.js
  • colorspace.js
  • convert.js
  • fademessage.js
  • graphics.js
  • input.js
  • intro.js
  • joysticks.js
  • layers.js
  • map_animation.js
  • math.js
  • menu.js
  • oldsphere.js
  • old_spriteset.js
  • playlist.js
  • screen.js
  • timed_animation.js
  • time.js
  • timer.js
  • wintro.js

See also