Mobile Phones | Loans | Free Credit Report | Home Insurance | Cell Phones
making a lame game - need help [Archive] - ZGeek

PDA

View Full Version : making a lame game - need help


deevil
17-04-2004, 03:55 PM
Hello,

Making a lame game in the only programming language I kinda know... VB6.

I'm having an issue with layering images. I have the character sprites as images walking around the screen (form), but as soon as they walk over a picture object they end up underneath it. Should I do something with the zorder properties? or should I reload the sprite image after I've loaded the picture object (which changes when the sprite's coordinates match the picture object's coordinates)... does this make sense?

I'll try the zorder thingie, and failing that, try reloading the sprite image after i've loaded the new picture in the picture object, but if there's a more elegant way to handle it, let me know please :P