Closed Thread
Results 1 to 3 of 3

Thread: Need Your Help About Sprite Movement

  1. #1
    jaypaul is offline Newbie
    Join Date
    May 2009
    Posts
    3
    Rep Power
    0

    Need Your Help About Sprite Movement

    Hi.

    i know many peoples are experts here in the programming of games.

    The problem I am having is to do with making the Sprites move in an animated way when a control is pressed. For example, like most games, there is a sprite sheet and when the sprite moves you want the program to loop between two images to give the appearance that the sprite is actually walking/moving.

    How are these types of things generally incorporated into the standard animation loop?

    Thanks,
    Paul

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Need Your Help About Sprite Movement

    The answer will probably depend a LOT on the particular language/library you are using.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    Sysop_fb is offline Programmer
    Join Date
    Apr 2009
    Location
    Missouri
    Posts
    150
    Blog Entries
    2
    Rep Power
    12

    Re: Need Your Help About Sprite Movement

    Yup, like in opengl I just load a list of textures and have a filter that gets changed depending on which arrow key is pressed.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Need help with sprite animation in this game.
    By TheCompBoy in forum Java Help
    Replies: 3
    Last Post: 07-29-2011, 09:41 PM
  2. Sprite + Map, Only shows Sprite (?)
    By FenixEden in forum Managed C++
    Replies: 0
    Last Post: 11-27-2010, 05:58 AM
  3. Flash: Sprite Animation
    By chili5 in forum Tutorials
    Replies: 2
    Last Post: 09-01-2009, 02:04 PM
  4. Flash: Sprites and Sprite Groups
    By chili5 in forum Tutorials
    Replies: 2
    Last Post: 09-01-2009, 02:02 PM
  5. Replies: 1
    Last Post: 06-16-2009, 08:32 AM

Tags for this Thread

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