Text Edit Question
Posted: Thu Jun 26, 2008 2:37 pm
Ok, if you go into test edit it says at the top
which should tell what each number in the text below means. If I have a part shown as:
then that means it whould be located at (-4,25), should be rotated 180 degrees, be size 1x1(if you don't realize that 1=size 100), have part 7 as its parent and (I'm guessing, it isn't up there) be color 0066FF.
However, if this is actually talking about part number 8, it is actually located at (450,200) and it is size 100. Everything else is right.
It should say color at the end now that color has been added. I realize that 1=100 just as 0.5=50, but maybe this should be made more clear somewhere. However, how does (-4,25)=(450,200)?
Code: Select all
name, x, y, degrees, xscale, yscale, parent, part#
Code: Select all
rightTri, -4, 25, 180, 1, 1, e7, 8, 0066FF
However, if this is actually talking about part number 8, it is actually located at (450,200) and it is size 100. Everything else is right.
It should say color at the end now that color has been added. I realize that 1=100 just as 0.5=50, but maybe this should be made more clear somewhere. However, how does (-4,25)=(450,200)?