Results 1 to 5 of 5

Thread: rotating animated timagesprite

  1. #1

    rotating animated timagesprite

    can i rotate animated timagesprite?
    i`m animating it like this [pascal]
    AnimCount := Image.PatternCount;
    AnimLooped := True;
    AnimSpeed := 10 / 1000; [/pascal]
    See ya in hell

  2. #2

    rotating animated timagesprite

    Use TImageSpriteEx instead of TImageSprite.
    [size=10px][ Join us in #pgd on irc.freenode.net ] [ Sign the Petition for a Software Patent Free Europe ][/size]

  3. #3

    rotating animated timagesprite

    but how can I animate sprite if i use timagespriteex?
    See ya in hell

  4. #4

    rotating animated timagesprite

    Quote Originally Posted by Hell666
    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:
    [size=10px][ Join us in #pgd on irc.freenode.net ] [ Sign the Petition for a Software Patent Free Europe ][/size]

  5. #5

    rotating animated timagesprite

    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
    See ya in hell

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •