Converts an index value into a point with an X and Y value to help when working with 1D arrays that represent 2D data. Usage CalculatePosition (...
A fast way to calculate the distance between two points. Usage CalculateDistance ( x0, y0, x1, y1 ) Arguments NameValueDescription x0intThe...
Converts an X and Y position into an index value. This is useful for finding positions in 1D arrays that represent 2D data. Usage CalculateIndex ( x,...
The background color is used to fill the screen when clearing the display. You can use this method to read or update the background color at runtime....
The main form of input for Pixel Vision 8 is the controller's buttons. You can get the current state of any button by calling the Button() method and...
The AddScript() API allows you to add a new Lua script at runtime from a string. This could be useful for dynamically generating code such as level...