home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 6_2008-2009.ISO / data / zips / API_Gaming216202972009.psc / @PSC_ReadMe_72436_1.txt next >
Text File  |  2009-09-07  |  2KB  |  10 lines

  1. Title: API Gaming Techniques Vol. 1 - Fast Sprite Manipulation
  2. Description: I will be creating a series of API Gaming tutorials to help newer game programmers to get started, so I searched around existing tutorials to try to make something new.
  3. Direct X is by far the best way to go in creating games in VB but API is very effective, and easier to learn. So hopefully this will be helpful and informative to some people.
  4. In this example I've placed a couple Starcraft ship sprites into it. These sprites will track your mouse and face the direction of your mouse. This is useful in that it teaches multiple techniques at once. This includes transparent painting, loading bitmaps into memory for fast painting, painting from a sprite strip, determining distance between 2 points, determining the angle between points (something I wasn't able to find here at planet source code, and a lot of useful math functions.
  5. I spend most of my time programming for commercial applications but I will try to check this as often as I can. So if anyone needs help or explanations post a comment and I'll try to respond as quick as I can. Also I've commented nearly every line of this project so hopefully most things should be very understandable.
  6. This file came from Planet-Source-Code.com...the home millions of lines of source code
  7. You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=72436&lngWId=1
  8.  
  9. The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
  10.