masked_stretch_blit()

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

Post Reply
User avatar
derbon
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 54
Joined: Tue Jun 09, 2009 7:25 pm
Current Project: Big Nasty Enemies
Favorite Gaming Platforms: NES SMS snes PC N64 PS2 Vectrex The Arcade Machine
Programming Language of Choice: C++, Perl
Location: why shud i tell u u mite steal my tv
Contact:

masked_stretch_blit()

Post 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
i think the best paint program would be microsoft paint + paint.NET+graphics gale + Paint shop Pro 7 + photoshop CS3, it would be called Paint Gale Pro Shop.NET,

http://youtube.com/gonduda
User avatar
Bludklok
Chaos Rift Junior
Chaos Rift Junior
Posts: 241
Joined: Tue Apr 14, 2009 1:31 am
Current Project: EnigmaCore
Favorite Gaming Platforms: PC, N64, Playstation1, Playstation2
Programming Language of Choice: C++
Location: New Jersey
Contact:

Re: masked_stretch_blit()

Post by Bludklok »

http://www.allegro.cc/forums/

They have always helped solve my Allegro problems. Try their forums out.
Youtube
Website
Current project: Enigma Core
Post Reply