PDA

View Full Version : rotating animated timagesprite



Hell666
28-06-2004, 06:40 AM
can i rotate animated timagesprite?
i`m animating it like this
AnimCount := Image.PatternCount;
AnimLooped := True;
AnimSpeed := 10 / 1000;

Useless Hacker
28-06-2004, 01:23 PM
Use TImageSpriteEx instead of TImageSprite.

Hell666
28-06-2004, 03:25 PM
but how can I animate sprite if i use timagespriteex?

Useless Hacker
28-06-2004, 07:09 PM
but how can I animate sprite if i use timagespriteex?Same way as with TImageSprite, using the code you have in your first post. :roll:

Hell666
01-07-2004, 11:40 AM
thanks
in some other posts about rotating sprites there was said that if i use timagepriteex i won`t be able to animate my sprite but that`s false