Script:System: Difference between revisions
Jump to navigation
Jump to search
created from http://web.archive.org/web/20120828115617/http://www.spheredev.org/wiki/System_scripts |
|||
| Line 2: | Line 2: | ||
==List of system scripts distributed with Sphere== | ==List of system scripts distributed with Sphere== | ||
* animation.js | * [[Script:System/animation.js|animation.js]] | ||
* audio.js | * [[Script:System/audio.js|audio.js]] | ||
* circles.js | * [[Script:System/circles.js|circles.js]] | ||
* clock.js | * [[Script:System/clock.js|clock.js]] | ||
* colors.js | * [[Script:System/colors.js|colors.js]] | ||
* colorspace.js | * [[Script:System/colorspace.js|colorspace.js]] | ||
* convert.js | * [[Script:System/convert.js|convert.js]] | ||
* fademessage.js | * [[Script:System/fademessage.js|fademessage.js]] | ||
* graphics.js | * [[Script:System/graphics.js|graphics.js]] | ||
* input.js | * [[Script:System/input.js|input.js]] | ||
* intro.js | * [[Script:System/intro.js|intro.js]] | ||
* joysticks.js | * [[Script:System/joysticks.js|joysticks.js]] | ||
* layers.js | * [[Script:System/layers.js|layers.js]] | ||
* map_animation.js | * [[Script:System/map_animation.js|map_animation.js]] | ||
* math.js | * [[Script:System/math.js|math.js]] | ||
* menu.js | * [[Script:System/menu.js|menu.js]] | ||
* oldsphere.js | * [[Script:System/oldsphere.js|oldsphere.js]] | ||
* old_spriteset.js | * [[Script:System/old_spriteset.js|old_spriteset.js]] | ||
* playlist.js | * [[Script:System/playlist.js|playlist.js]] | ||
* screen.js | * [[Script:System/screen.js|screen.js]] | ||
* timed_animation.js | * [[Script:System/timed_animation.js|timed_animation.js]] | ||
* time.js | * [[Script:System/time.js|time.js]] | ||
* timer.js | * [[Script:System/timer.js|timer.js]] | ||
* wintro.js | * [[Script:System/wintro.js|wintro.js]] | ||
==See also== | ==See also== | ||
Revision as of 01:51, 2 June 2013
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
- Category: Scripts
- Custom scripts
- EvaluateSystemScript()
- RequireSystemScript()