![]() | Create | ![]() |
| Create
Creates a new graphical object instance. myInstance = myJAM.Create( Object_Class, X, Y ) myInstance = myJAM.Create( Object_Class, X, Y, Width, Height ) myInstance = myJAM.Create( Object_Class, X, Y, Width, Height, Extras ) Return value TRUE if the object was created successfully, otherwise FALSE. Parameters
This function creates an instance of the specified object which will be displayed in the game window, in front of the backgrounds and behind the foregrounds. CreateGUI should be used to create objects above the foregrounds. GUI objects will not be effected by scrolling. See also JAM:CreateGUI JAM © 2005 no one in particular Project started by David Evans in 2005 | ||