|
AJLogo Variables
This describes the basic variables of AJLogo.
Please feel free to send mail or chat with me at the site.
Cheers,
Arnie
Variables are any alphanumeric string (starting with an alpha)
( no single quotes, dollar signs or colons are used - this is really
loosely typed)
Here are a few of the variable types (some are really objects with
parameters):
double precision real numbers
arrays
2d points (x,y)
3d points (x,y,z)
Strings
Sliders example of adding a slider: aSl
size will (a)dd a (Sl)ider with the value of size
Buttons
Turtles
Models
Rectangles (x,y,w,h)
Colors (h,s,v) or (r,g,b)
Audio Clips
boolean
Image
|