This statement is equivalent to CREATE ORB
The additional AS parameter lets you define the name of the object instead of receiving the default name. Unique names are required if you plan to use multiple instances.
create orb as o
o object name
Source create orb as "spot-1" move "spot-1" to -50,50,0 color "spot_1" to #F80 create orb as "spot-2" move "spot-2" to -50,50,0 color "spot_2" to #08F
