Thread: Rephrase of a question.

  1. #1
    Registered User
    Join Date
    Sep 2002
    Posts
    49

    Question Rephrase of a question.

    I want to make a game that will look like the Super Mario Bros.C++ for computer. Please tell me how to take BMP's and make them into a game like that.
    DJGPP-Complier
    Windows 98-(Shouldn't need to explain)

    I like plants.

  2. #2
    pronounced 'fib' FillYourBrain's Avatar
    Join Date
    Aug 2002
    Posts
    2,297
    functions that come to mind:

    BitBlt()
    SetDIBits()
    CreateCompatibleBitmap()
    CreateCompatibleDC()
    GetDC()
    ReleaseDC()
    SelectObject()
    DeleteDC()
    ReleaseDC()

    if you learn those you should have a pretty good understanding of how to do it.


    edit: just added a couple more funcs
    Last edited by FillYourBrain; 09-27-2002 at 02:02 PM.
    "You are stupid! You are stupid! Oh, and don't forget, you are STUPID!" - Dexter

  3. #3
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    as for making bitmaps...you aren't likely to find a graphics editing program that you can't make a bitmap with. Try Windows Paint, for instance. It comes bundled with Windows.
    Away.

  4. #4
    Registered User
    Join Date
    Sep 2002
    Posts
    49
    I can make a bitmap,

    I want to animate the bitmaps and add actions and functions using the keyboard like j=jump and a stage area. Please help. Oh, and bubbles with messages coming out from the characters. How do I do this or where can I find a FREE tutorial on this.
    DJGPP-Complier
    Windows 98-(Shouldn't need to explain)

    I like plants.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Debugging question
    By o_0 in forum C Programming
    Replies: 9
    Last Post: 10-10-2004, 05:51 PM
  2. Question about pointers #2
    By maxhavoc in forum C++ Programming
    Replies: 28
    Last Post: 06-21-2004, 12:52 PM
  3. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  4. Question about linked lists.
    By cheeisme123 in forum C++ Programming
    Replies: 6
    Last Post: 02-25-2003, 01:36 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM