object


object of type t

type
Building
Properties
Image
See also

Type

An object type is a word created by type("mot")=num.

Building

object(id)type("mot")

       Creates object identifier id and type mot ("" default).
Properties may be specified at creation.

Object properties

propr object(id)type("mot")

       Returns the propr property of object id,mot.

propr(num)object(id)type("mot")

       Returns the num component of the propr property of object id,mot.

propr object(id)type("mot")=v

       Adds propr property to object id,mot.

propr(0)object(id)type("mot")=v

       Adds the v component to propr property ofobject id,mot.

propr(num)object(id)type("mot")=v

       Changes this component.
Note: Such a property may be definet at creation of the object:
object(id)type("mot")propr(v).

object image

object(id1)image(id2)

       Builds object id1 associated to the image id2.
Note:
This command allows handle an image as a general object, so it is possible do:
1) Display it according to its properties by options of displ image.
2) Animate it by:
              object trajectories of type image.
              dynamically.
              behaviorally.
              with neural networks.
              with genetic algorithms.

See also:

edit object
ini object
rem object