Heres my problem: I am making this game in BitBlt, but one of my objects (a rock) won't show up...someone help
http://www.geocities.com/steve_cr_mack/rafter.zipDownload
Printable View
Heres my problem: I am making this game in BitBlt, but one of my objects (a rock) won't show up...someone help
http://www.geocities.com/steve_cr_mack/rafter.zipDownload
need to add this to the form_load
Rock.DC = picRock.hDC
and these coordinates are pretty far off
Rock.x = 500
Rock.y = 500
try maybe
Rock.x = 150
Rock.y = 100
Hope that helps,
KillemAll
Thanks sooooooooooo much! :D