Difference between revisions of "Script:System"
From Spherical
(created from http://web.archive.org/web/20120828115617/http://www.spheredev.org/wiki/System_scripts) |
(No difference)
|
Revision as of 00:54, 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()