Thread: sourcecodes?

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    479

    sourcecodes?

    any of u non cheap guys have allegro sourcecodes to share?
    if u do please attach some for me.

    i just started with allegro all i can is the "shape" functions.

    i would like to know how to make things move!

    thanx!

  2. #2
    Registered User compjinx's Avatar
    Join Date
    Aug 2001
    Posts
    214
    int LP;
    for(LP=0;LP<500;LP++)
    {
    putpixel(buffer, LP, LP, makecol(255,0,0));
    vsync();
    showBuffer ();
    }

    hows this for movement?
    "The most overlooked advantage of owning a computer is that if they foul up there's no law against whacking them around a bit."
    Eric Porterfield.

  3. #3

  4. #4
    Registered User
    Join Date
    Dec 2001
    Posts
    479
    thanx m8's!

Popular pages Recent additions subscribe to a feed