The Dink Network

full screen of one bmp

February 12th 2006, 10:26 AM
milder.gif
Can anyone help me?

I want to make a screen full of one bmp file in the middle of the game but dink may not appear in that screen how can I manage that?
February 12th 2006, 10:34 AM
knightg.gif
cypry
Peasant He/Him Romania
Chop your own wood, and it will warm you twice. 
Use show_bmp("graphics\...."); This way thew game will freeze until a key is pressed. If you want the game not to freeze, so dink and other monsters can move under that sprite(which I doubt), use
int &crap = create sprite(...);
sp_que(&crap, 1000);