Results 1 to 5 of 5

Thread: 2d animation

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2002
    Posts
    9

    2d animation

    I'm very new to animation with VB. I'm interested in creating 2d animation for a game idea. If somebode can tell me ware to start that would be great.

    Thanks,

    Kenny

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Use sprites.
    Just display one after another to simulate animation.

    Thats how DukeNukedm 3D does it
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  3. #3
    Addicted Member jmiller's Avatar
    Join Date
    Jul 2002
    Location
    University of Michigan
    Posts
    238

    A good book...

    I just started learning about API and DirectX, and that seems to be much more capable of drawing than VB. You're going to need to learn how to draw bitmaps and sprites, transparant or not. The book I'm learning from (I highly recommend it) is called "Microsoft Visual Basic Game Programming With DirectX" by Jonathan S. Harbour. I bought it from Amazon.com for about $43. It's great for learning how to make good arcade style games w/VB.

  4. #4
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    DirectX can be overkill for simple drawing operations
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  5. #5
    Addicted Member jmiller's Avatar
    Join Date
    Jul 2002
    Location
    University of Michigan
    Posts
    238
    But this book also extensively covers API and comes with a nice bitmap and sprite class that makes it very easy to do simple sprite animation. I would still highly recommend it.

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