Documentation

ObjectPosition

ObjectPosition(object:id,x,y,z,w,h,pos)

Give the Display Objects a new position and dimension.

Argument 'object:id':Object's ID.

Argument 'x':Map position of the object.

Argument 'y':Map position of the object.

Argument 'z':Map position of the object.

Argument 'w':Width of the object. Sprites and Animations repeat until they fit into the Width , also Width can be zero.

Argument 'h':Height of the object. Sprites and Animations repeat until they fit into the Height, also Height can be zero.

Argument 'pos':


Comments

Comming Soon