can you rotate animate?

BlitzPlus Forums/BlitzPlus Beginners Area/can you rotate animate?

Hi again,
I've got a ship image which I've pre rotated then loaded into my type array.
Now when it is destroyed I have an animate come up showing it break up.
Am I able to pre rotate this also?
I believe not since the image is not one but a long strip.Wish I had time to try but can't here at work.
Thanks all,
mudcat

Don't understand your question. Post your code.

I think he has an animation of the ship exploding, and wants to pre-rotate that, based on the angle the ship is at. You could do that, but depending on how many angles your ship can go at, you might have a hell of a lot of images.

Ross C.,
Yes that is what I was asking,I guess I need to word better?
Thanks for the replies,
mudcat

Use B3D or BMax and then you don't have to have so many images...

BTW, if the image is small enough, you can rotate it 'on the fly'.