Script:System
From Spherical
								(Redirected from System scripts)
												
				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()