Results 1 to 2 of 2

Thread: Animations .. howto

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2001
    Location
    Netherlands
    Posts
    22

    Animations .. howto

    Hello there.

    How you can make animations (for games) in VB?

    I want lines to jump arround, or animate/move a caracter? How do I do that?

    You'd properly need some API (bitblt) programming for it.
    Yet Another Perl Programmer



    Working with the Windows 32 API
    Test my carrier game
    X-Programming Forums (members and testers wanted!)

  2. #2
    PowerPoster Arbiter's Avatar
    Join Date
    Sep 2000
    Location
    Manchester
    Posts
    2,276
    An animation is made by displaying the frames of the animation over the top of each other very quickly.

    You'd need the pictures for each frame of the animation and then draw them in sequence in the same place.

    A useful API call to look up is BitBlt...
    Gentile or Jew,
    O you who turn the wheel and look to windward,
    Consider Phlebas, who was once handsome and tall as you...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width