Page 3 of 4

Re: Cool canvas Design (Easy to use)

PostPosted: Wed May 25, 2011 2:27 am
by SuperSonic
@Gogo: If you can do it, I will be speechless :D

@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 :P
Know what I mean? :)

Re: Cool canvas Design (Easy to use)

PostPosted: Wed May 25, 2011 7:40 am
by Hblade
it would take a lot of modding xD and im confused right now o.o confused in coding somehow O.o

Re: Cool canvas Design (Easy to use)

PostPosted: Wed May 25, 2011 9:33 am
by Game A Gogo
Code: Select all
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);
               }


DRAWWIN(320, 240, 255, 255, 255, 0, 0, 0)

Hblade, instead of discouraging yourself, do it while you discourage yourself! You'll be finished when you're completely discouraged!

Re: Cool canvas Design (Easy to use)

PostPosted: Wed May 25, 2011 9:37 am
by schnellboot
off-topic:gag congrats to your 3000th post :)

Re: Cool canvas Design (Easy to use)

PostPosted: Wed May 25, 2011 10:01 am
by Game A Gogo
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 :)

Re: Cool canvas Design (Easy to use)

PostPosted: Wed May 25, 2011 10:40 am
by schnellboot
I think you two will be able to beat maks posts because he posted often ealier but now he doesn't ^^
but who cares that hehe

Re: Cool canvas Design (Easy to use)

PostPosted: Wed May 25, 2011 7:10 pm
by Hblade
Thanks gag :D

Re: Cool canvas Design (Easy to use)

PostPosted: Wed May 25, 2011 8:18 pm
by Bee-Ant
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 :)

I won't let it...
The second place is belong to me currently...
You can have it later, after the first place is mine :P

Re: Cool canvas Design (Easy to use)

PostPosted: Wed May 25, 2011 10:03 pm
by SuperSonic
Haha, I've never seen anyone fight over who has the most posts^^

Re: Cool canvas Design (Easy to use)

PostPosted: Wed May 25, 2011 11:09 pm
by Hblade
lol amazing

Re: Cool canvas Design (Easy to use)

PostPosted: Thu May 26, 2011 1:03 am
by Game A Gogo
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 :P


Oh it's on!

Re: Cool canvas Design (Easy to use)

PostPosted: Thu May 26, 2011 1:57 am
by SuperSonic
And the battle begins XD

I wanna see what crazy posts you guys make just to get to the top :P

Re: Cool canvas Design (Easy to use)

PostPosted: Thu May 26, 2011 2:29 am
by Game A Gogo
Well I won't be spamming! :)

Re: Cool canvas Design (Easy to use)

PostPosted: Thu May 26, 2011 2:47 am
by Hblade
GAG VS BEE -- gonna be epic

Re: Cool canvas Design (Easy to use)

PostPosted: Thu May 26, 2011 11:16 am
by MrJolteon
Who will get their 4000th post first? Will it be Bee? Will it be GAG? Only through time, one may find out.