Results 1 to 6 of 6

Thread: Using UndelphiX again.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Have you enabled the timer? Do you see any animation on screen if you try?

    edit: Oh you said you did. Need more actual source code or something more to give more hints then.

    Also the way i used DelphiX back then was with DXImagelist1.Items.Find('mytexture').Draw(Surface, X, Y, pattern); (might have forgotten the syntax). So you could say nxpascal is a predecessor to it in a sense. Now i do the same with:
    tex.SetByName('mytexture');
    nx.Draw(X, Y, pattern);

    So if you're looking for something modern, and much faster than DelphiX, you can give it a try
    Last edited by User137; 03-06-2013 at 12:02 PM.

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
  •