Lives creation
Lives creation

Creates a new Lives object.

myObject = new Object_Lives( )

Return value
Newly created object.

Adding to JAM

myInstance = myJAM.Create( myObject, X, Y, Width, Height )
myInstance = myJAM.CreateGUI( myObject, X, Y, Width, Height )

Parameters for adding to JAM
  • myObject
    Object returned by creation
  • X
    X coordinate to create at
  • Y
    Y coordinate to create at
  • Width
    If specified, the object will be stretched to this width
  • Height
    If specified, the object will be stretched to this height
Comments

The lives object is a button object which is continually set to the number of lives of it's owner player (as set with the general function SetPlayer)



JAM © 2005 no one in particular
Project started by David Evans in 2005