
-----------------------------------
newprogrammer007
Tue Apr 27, 2004 12:12 pm

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    % 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)
       

-----------------------------------
Tony
Tue Apr 27, 2004 12:30 pm


-----------------------------------
as with any project involving turing's graphics... Delta's [url=http://www.compsci.ca/v2/viewtopic.php?t=3009]Pic~2~Code is your friend :lol:

-----------------------------------
newprogrammer007
Tue Apr 27, 2004 12:46 pm

Ty
-----------------------------------
But can i put what i draw into my program? is that possible? with Delta's program?

-----------------------------------
Paul
Tue Apr 27, 2004 1:04 pm


-----------------------------------
Well, its pic to code, so i assume whatever u draw would be turned into turing code. no?

-----------------------------------
newprogrammer007
Tue Apr 27, 2004 1:06 pm

I assumed also
-----------------------------------
But it won't let me view the code and it wont close now lol

-----------------------------------
Delta
Tue Apr 27, 2004 1:14 pm


-----------------------------------
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...

-----------------------------------
newprogrammer007
Tue Apr 27, 2004 1:18 pm

Thanks Man
-----------------------------------
Thanks that helps alot
