Hi Chess,
read up "templategrahic" (and other templateXXX) in the dictionary.
That is a "virtual" object from which all newly created objects are "derived".
So you can set all neccessray properties of "the templategraphic" before you create it.
Example:
...
# This is what you are missing:
set the STYLE of the templategraphic to "line"
set the linesize of the templategraphic to 6
set the points of the templategraphic to "0,0" & CR & "100,100"
## etc..
## Now create the new graphic and see how it looks

CREATE graphic "line1"
## Important and good style:
RESET the templategraphic
...
You also my want to take a look at these stacks
http://www.hyperactivesw.com/revscriptc ... ences.html
Best
Klaus
P.S.
Maybe you can find a more meaningful thread title the next time!
