Guest Gladers Posted January 29, 2005 Report Posted January 29, 2005 The only thing I need is a background with bitmap on it (blitting method preferably) I've made c# games before using direct draw, now the only thing I'm stuck with is a fast paint method on the phone. I don't need an entire article on creating a game as I'd have to strip all the useless stuff out of the source, so I'm only interested in the: * display of a background * a sprite on top * Clipping method (clip partically offscreen sprites) I have 3 games I have already created which I'm planning to port, these are a bomberman clone, a boulderdash clone and a full isometric multi level engine which I plan to make a UFO enemy unknown clone. Thanks in advance :D
Guest mgama Posted January 29, 2005 Report Posted January 29, 2005 (edited) http://msdn.microsoft.com/library/default....gwithcheese.asp Towards the bottom, look at double buffering. I know it doesn't exactly fit your needs, but it might help. The only thing I need is a background with bitmap on it (blitting method preferably) I've made c# games before using direct draw, now the only thing I'm stuck with is a fast paint method on the phone. I don't need an entire article on creating a game as I'd have to strip all the useless stuff out of the source, so I'm only interested in the: * display of a background * a sprite on top * Clipping method (clip partically offscreen sprites) I have 3 games I have already created which I'm planning to port, these are a bomberman clone, a boulderdash clone and a full isometric multi level engine which I plan to make a UFO enemy unknown clone. Thanks in advance :D <{POST_SNAPBACK}> Edited January 29, 2005 by mgama
Guest Gladers Posted March 17, 2006 Report Posted March 17, 2006 http://msdn.microsoft.com/library/default....gwithcheese.asp Towards the bottom, look at double buffering. I know it doesn't exactly fit your needs, but it might help. <{POST_SNAPBACK}> I never replied to say thanks. its a good paint method!
Guest mgama Posted March 17, 2006 Report Posted March 17, 2006 I never replied to say thanks. its a good paint method! <{POST_SNAPBACK}> No problem. Glad it helped.
Guest Jamma14 Posted March 17, 2006 Report Posted March 17, 2006 I never replied to say thanks. its a good paint method! <{POST_SNAPBACK}> Yep, used that article myself. What became of your ports? ;) James
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now