Movement Tester creation
Movement Tester creation

Creates a new Movement Tester object.

myObject = new Object_Movement( )

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

Although this object is round, it uses a bounding box for collision detection. This means that it may sometimes appear to float even when the movement is working correctly.



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