Hiya!

I got rotating bitmaps working in my game using al_draw_rotated_bitmap();
Then i put animations in using al_draw_bitmap_region();

Ive found that i can either do one or the other. But i want it to animate and rotate. After looking at the allegro source to see what other functions are available and looking onlne there doesnt seem to be an allegro function that can rotate and draw a region of the sprite sheet at the same time. Am i missing it? If not how do i go about rotating an animated sprite :S

Thanks in advance!

Never used allegro but I assume you can use both at the same time.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.