Addind backgrounds and music

Started by
1 comment, last by metalmidget 15 years, 8 months ago
Hi there, Is it possible to add backgrounds and music and sound effects and image effects to a GUI interface using borland compiler. Thanks you
Advertisement
well im able to add images now. But i have written lines onto the page

canvas->lineto(34,25)
ect...

and i cant get the image to go underneith to act as a background?

Also music any help with that?
If you want to add an image as a background, usually it's just a case of making sure that it's the first thing drawn in your rendering code. That way everything else gets drawn on top of it.
If that doesn't work then there might be something you need to do with z values- I can't really say without knowing what you're working with and how you've set things up.

cheers,
metal

This topic is closed to new replies.

Advertisement