I've just started playing with building a game app. I need to include a scrolling background - think vintage arcade games like Defender or Lunar Lander.
I also need to draw game graphics in the foreground.
So far, the scrolling background works great. The foreground graphics also work great. The problem is that my background is an image control; if it's visible, then the foreground graphics are hidden.
So I'm guessing that an image control lays over the form, and whatever's on the form gets hidden by the image, whether I draw of the form's ForeLayer or not. True?
My apologies for regressing back to 'beginner' status on this one - I haven't yet had much opportunity to explore the graphic functions.
Gary
I also need to draw game graphics in the foreground.
So far, the scrolling background works great. The foreground graphics also work great. The problem is that my background is an image control; if it's visible, then the foreground graphics are hidden.
So I'm guessing that an image control lays over the form, and whatever's on the form gets hidden by the image, whether I draw of the form's ForeLayer or not. True?
My apologies for regressing back to 'beginner' status on this one - I haven't yet had much opportunity to explore the graphic functions.
Gary