Manual: Scripting
Topic content ranging from basic Lua, the Script Editor through to complex game systems created with Lua classes and how to expand your editor with the use of Editor side scripting. Learn how to communicate with another script and make calls to a visual module.
Micro Script
The micro script is directly attached to the object and stored when the object is saved in the scene or saved as a preset. We will look at how and why to use this script type.
The micro script is directly attached to the object and stored when the object is saved in the scene or saved as a preset. We will look at how and why to use this script type.
Scene Script
This script is a run time script which can be used to run a full game such as space invaders or manage a game level.
This script is a run time script which can be used to run a full game such as space invaders or manage a game level.
Events
Skyline is an event driven system and as so provides many event messages for you to use to communicate with other objects or to know what controls your end user is pressing
Skyline is an event driven system and as so provides many event messages for you to use to communicate with other objects or to know what controls your end user is pressing
Tags and IDs
Skylines game objects behave like self-contained programs and each objects program may need to communicate with another object. This is done by using identifiers.
Skylines game objects behave like self-contained programs and each objects program may need to communicate with another object. This is done by using identifiers.
Communication with Actions
The Dynamic properties provides you with a powerful interface for rapidly customizing your script at editor or run time.
The Dynamic properties provides you with a powerful interface for rapidly customizing your script at editor or run time.
Dynamic Properties
The Dynamic properties provides you with a powerful interface for rapidly customizing your script at editor or run time.
The Dynamic properties provides you with a powerful interface for rapidly customizing your script at editor or run time.