Another Problem. My Box won't show up
BoxFlag = 1
BoxX = 201
BoxY = 231
BoxX2 = 461
BoxY2 = 249
Set Text Transparent
CLS
Load Image "Graphics/StartScreen.bmp", 1
Repeat
CLS
Paste Image 1, -10, -10
Box 0, 320, 639, 479, 0, 0, 0, 0
Ink RGB(255,255,255),0
Line 200, 230, 460, 230
Line 200, 380, 460, 380
Box BoxX, BoxY, BoxX2, BoxY2, 200, 200, 200, 200
Set Text Font "System"
Center Text 320, 240, "Sound 1"
Center Text 320, 260, "Sound 2"
Center Text 320, 280, "Sound 3"
Center Text 320, 300, "Sound 4"
Center Text 320, 320, "Sound 5"
Set Text Font "Arial"
Set Text Size 12
Center Text 320, 400, "U s e U p- a n d D o w n k e y s t o c h o o s e S o u n d"
Until Upkey() = 1 rem Just for testing
The Box is not visibele (I want to use a Colored Box, to highlight the Sounds), although everything else is drawed on the screen.
Why won't only the Box showing up?
Thanks for help