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
Here is Ron Thomas' sprite examples.
[attachment deleted by admin]
Thanks Vortex! :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 ;)
Wow , thats pretty cool Ultrano! Thanks!