Thread: Moving Objects on the Screen

  1. #1
    Registered User BigSter's Avatar
    Join Date
    Nov 2001
    Posts
    47

    Cool Moving Objects on the Screen

    Hi,
    I'm trying to make a simple game that uses a stick figure. I need to be able to move him up, down, left, and right. I have the stick figure, I just need a way to move and change his coordinants.

    O
    \|/
    |
    / \

    Thanks

  2. #2
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    Read the FAQ for the gotoxy() function for the windows console.
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

  3. #3
    Registered User BigSter's Avatar
    Join Date
    Nov 2001
    Posts
    47
    Hey Thanks

  4. #4
    Registered User ivandn's Avatar
    Join Date
    Oct 2001
    Posts
    49
    Also check MSDN under console functions for SetConsoleCursorPosition
    Ivan

  5. #5
    Registered User BigSter's Avatar
    Join Date
    Nov 2001
    Posts
    47
    MSDN?

  6. #6
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

  7. #7
    Registered User BigSter's Avatar
    Join Date
    Nov 2001
    Posts
    47

    Talking

    Oh, Okay Thanks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linux Problem Screen Resoultion
    By Matus in forum Tech Board
    Replies: 1
    Last Post: 01-29-2009, 04:39 PM
  2. [C] GDI: how to erase material drawn at an entire screen DC
    By pc2-brazil in forum Windows Programming
    Replies: 3
    Last Post: 01-24-2009, 07:24 PM
  3. Render text
    By Livijn in forum C++ Programming
    Replies: 6
    Last Post: 07-06-2007, 03:32 PM
  4. Moving Objects in D3D?
    By VertexBuffer in forum Game Programming
    Replies: 3
    Last Post: 01-18-2007, 04:21 AM
  5. char copy
    By variable in forum C Programming
    Replies: 8
    Last Post: 02-06-2005, 10:18 PM