
@Hblade: The only help I need is how to edit DRAWWIN to draw windows with custom size instead of using the canvas's current size

Know what I mean?

void DRAWWIN(int wwidth, int wheight, int BR, int BG, int BB, int FR, int FG, int FB) {
int i;
erase(0, 0, 0, 1);
setpen(BR, BG, BB, 0, 1);
moveto(3, 0);
lineto(wwidth-6, 0);
putpixel(2, 1);
putpixel(1, 2);
moveto(0, 3);
lineto(0, wheight-5);
putpixel(1, wheight-4);
putpixel(2, wheight-3);
moveto(3, wheight-2);
lineto(wwidth-5, wheight-2);
putpixel(wwidth-4, wheight-3);
putpixel(wwidth-3, wheight-4);
moveto(wwidth-3, wheight-5);
lineto(wwidth-3, 3);
putpixel(wwidth-4, 2);
putpixel(wwidth-5, 1);
setpen(BR-155, BG-155, BB-155, 0, 1);
moveto(4, 1);
lineto(wwidth-7, 1);
putpixel(3, 2);
putpixel(2, 3);
moveto(1, 4);
lineto(1, wheight-6);
putpixel(2, wheight-5);
putpixel(3, wheight-4);
moveto(4, wheight-3);
lineto(wwidth-6, wheight-3);
putpixel(wwidth-5, wheight-4);
putpixel(wwidth-4, wheight-5);
moveto(wwidth-4, wheight-6);
lineto(wwidth-4, 4);
putpixel(wwidth-5, 3);
putpixel(wwidth-6, 2);
setpen(FR, FG, FB, .70, 1);
for (i=3;i<wheight-3;i++) {
moveto(3, i);
lineto(wwidth-6, i);
}
setpen(BR, BG, BB, 0, 16);
putpixel(0, 0);
}
Game A Gogo wrote:Time to beat Bee-ant's place... he stole my 2nd place of most posters a while back! I remember how much I wanted to be the second one XD I don't know why! I think makslane will be forever unbeatable
Bee-Ant wrote:Time paradox :O wrote:Time to beat Bee-ant's place... he stole my 2nd place of most posters a while back! I remember how much I wanted to be the second one XD I don't know why! I think makslane will be forever unbeatable
I won't let it...
The second place is belong to me currently...
You can have it later, after the first place is mine
Users browsing this forum: No registered users and 1 guest