Draw.ThickLine
Author |
Message |
Quality
|
Posted: Tue Mar 30, 2004 5:25 pm Post subject: Draw.ThickLine |
|
|
ite me Quality ... the kid that needed help with the snowfall prgm
now i need help with Draw.ThickLine .. i just need to kno what teh paramaters are
pllllllllllllllllllllllllllllllllllllllllllllllllz help me |
|
|
|
|
|
Sponsor Sponsor
|
|
|
guruguru
|
Posted: Tue Mar 30, 2004 5:37 pm Post subject: (No subject) |
|
|
Omg... LOOK IN TURING REFERENCE (press F10!!!) Very simple and thorough definition there!!1
EDIT: I'm sorry Asian and Quality !!! Forgive me !!! (I thought it was in the reference, my bad.)
Draw.ThickLine takes 6 paramerters: x1, y1, x2, y2, width-of-line (int), and color (int). So "Draw.ThickLine (50, 50, 100, 50, 3, 3)" would make a horizontal line near the bottom of the screen with a width of 3 pixels in the color of cyan. There ya go 8) . |
|
|
|
|
|
AsianSensation
|
Posted: Tue Mar 30, 2004 5:43 pm Post subject: (No subject) |
|
|
dude, chill. He might not have the latest Turing update, and Draw.ThickLine is not documented in there.
Draw.ThickLine (x1, y1, x2, y2, width, color)
guruguru, don't be so harsh to new people, we don't want people asking for help to leave because of we are not a "friendly" community. |
|
|
|
|
|
Quality
|
Posted: Wed Mar 31, 2004 5:07 pm Post subject: (No subject) |
|
|
when you say "width" u mean in pixels, right? |
|
|
|
|
|
jonos
|
Posted: Wed Mar 31, 2004 5:21 pm Post subject: (No subject) |
|
|
yeah, as far as i know, thats all turing is in i think |
|
|
|
|
|
guruguru
|
Posted: Wed Mar 31, 2004 6:08 pm Post subject: (No subject) |
|
|
Ya, width referes to pixels. Maybe u can do width by rows or columns ? (prob not but that would be kinda fun ) |
|
|
|
|
|
|
|