News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Animating A Sprite

Started by cman, January 02, 2008, 08:45:50 PM

Previous topic - Next topic

cman

I was looking through a game programming book saw a program to generate an image of a ball bouncing inside a window ( from edge of the window to the next and back and forth ). I was wondering if anyone has coded anything like this in MASM ( I'd port the code in the book  myself , but the program is in Java and wraps all the Windows API functions in some rediculous class  :'( ). I'd like try my hand at animation in Windows.  Happy holidays all! :bg :U

Vortex

Here is Ron Thomas' sprite examples.

[attachment deleted by admin]

cman


u

You can also make it beautiful if you have any skills in 2D art:
http://www.masm32.com/board/index.php?topic=6514.0

It's code like sDraw that I use in my commercial games for mobile devices ;)
Please use a smaller graphic in your signature.

cman

Wow , thats pretty cool Ultrano! Thanks!