Computer Science Canada

Is there a way to draw clothes easier?

Author:  newprogrammer007 [ Tue Apr 27, 2004 12:12 pm ]
Post subject:  Is there a way to draw clothes easier?

Well is there i was thinking stick people but like pants would make it look more effective.....
i started of with this
code:
   % Draws the left leg.
drawline (320, 150, 250, 50, 6)
drawline (319, 150, 250, 50, 6)
drawline (321, 150, 250, 50, 6)
drawline (318, 150, 250, 50, 6)
drawline (322, 150, 250, 50, 6)drawline (328, 150, 250, 50, 6)
% Draws the right leg
drawline (320, 150, 390, 50, 6)
     

Author:  Tony [ Tue Apr 27, 2004 12:30 pm ]
Post subject: 

as with any project involving turing's graphics... Delta's Pic~2~Code is your friend Laughing

Author:  newprogrammer007 [ Tue Apr 27, 2004 12:46 pm ]
Post subject:  Ty

But can i put what i draw into my program? is that possible? with Delta's program?

Author:  Paul [ Tue Apr 27, 2004 1:04 pm ]
Post subject: 

Well, its pic to code, so i assume whatever u draw would be turned into turing code. no?

Author:  newprogrammer007 [ Tue Apr 27, 2004 1:06 pm ]
Post subject:  I assumed also

But it won't let me view the code and it wont close now lol

Author:  Delta [ Tue Apr 27, 2004 1:14 pm ]
Post subject: 

ok this is how it goes (because its incomplete)...
you draw whatever you want....
then you goto file> save
and boom... goto the directory where you saved the pic~2~code.exe
and there should be a file called untitled.t somewhere... I believe that is your code... just copy and paste that into your program...

Author:  newprogrammer007 [ Tue Apr 27, 2004 1:18 pm ]
Post subject:  Thanks Man

Thanks that helps alot


: