| Alias creation
Creates a new Alias object.
myObject = new Object_Alias( )
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
Note that the alias object takes a lot of processing power and can slow your game down significantly. Also note that this object works best with cartoon-style graphics - it will have little effect on fully shaded objects.
JAM © 2005 no one in particular Project started by David Evans in 2005 | |