Results 1 to 3 of 3

Thread: Displaying text using the canvas

  1. #1

    Displaying text using the canvas

    i have a problem, when i use some TImageSprite and then try to display some text via the canvas the text goes behind the sprite image how can i aviod this ?!?!?!!??!?!?
    some kind of layering

  2. #2

    Displaying text using the canvas

    I assume you call the Drawing routine of your sprites somewhere in your DXTimer event, I think the call was SpriteEngine.Draw or something? Anyway, if you do the writing of your text after the drawing of the sprites (but still before the DXDraw.Flip!) you should be OK.

  3. #3

    Displaying text using the canvas

    thanks it worked like a charm

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
  •