Page 1 of 1

masked_stretch_blit()

Posted: Sun Aug 23, 2009 12:10 pm
by derbon
Now, the subject is a function in allegro wich is masked_stretch_blit() and i am using it in a game called BNE and it isn't working, it returns with an error ever blessed time sht

the function's parameters:

Code: Select all

masked_stretch_blit(BITMAP *source, BITMAP *dest, int source_x, int source_y, int source_width, int source_height, int dest_x, dest_h, dest_width, dest_height);
its like the normal masked_blit() function but this doesn't have the two extra parameters(durr!!!!) wich is just how big you want it to be

so um help

Re: masked_stretch_blit()

Posted: Sun Aug 23, 2009 1:15 pm
by Bludklok
http://www.allegro.cc/forums/

They have always helped solve my Allegro problems. Try their forums out.