Thread: Help with blit

  1. #1
    Registered User
    Join Date
    Oct 2002
    Posts
    59

    Help with blit

    Hi there,

    I am new to allegro and just wondered what the first two numbers mean in the blit function.


    blit(my_pic, screen, 0,0,0,0,640,480)

    any help would be great

    boontune

  2. #2
    mov.w #$1337,D0 Jeremy G's Avatar
    Join Date
    Nov 2001
    Posts
    704
    isn't it something like
    src, destination, srce left, src top, copy left, copy top, copy right, copy bottom
    (from memory)
    c++->visualc++->directx->opengl->c++;
    (it should be realized my posts are all in a light hearted manner. And should not be taken offense to.)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. DirectX8: Render Only Portions of Screen?
    By Epo in forum Game Programming
    Replies: 2
    Last Post: 12-24-2003, 02:30 PM
  2. textprintf - how to blit it?
    By GaPe in forum Game Programming
    Replies: 5
    Last Post: 05-04-2003, 03:22 AM
  3. double buffering for allegro
    By Leeman_s in forum C++ Programming
    Replies: 6
    Last Post: 09-12-2002, 02:45 PM
  4. Allegro and blit()
    By Paninaro in forum Game Programming
    Replies: 1
    Last Post: 07-06-2002, 04:52 PM
  5. very simple question
    By SuperNewbie in forum Windows Programming
    Replies: 3
    Last Post: 04-13-2002, 10:43 AM