Game Programming and Development Tools

Additional Windows - BM – Mene-Mene

Mene-Mene

Member

Posts: 1398
From: Fort Wayne, IN, USA
Registered: 10-23-2006
I've just gotten BM, and am learning it. When I compile it and turn it into an .exe It opens up 2 windows. I've set up a system which it you press esc, then it quits. If I have the main window which displays the out put, then I press esc and nothing happens. If I have the other window, then it doensn't print anything, but it allows me to quit. The second window looks alot like command prompt. Here's the code.


Graphics(640,480,0,32,60)
Print "Hello!"
Print "Press Escape to quit."
FlushKeys
Repeat
Until KeyHit(27)
End

I tried Waitkey, and If Keyhit, but those wouldn't work.

------------------
MM out-
Thought travels much faster than sound, it is better to think something twice, and say it once, than to think something once, and have to say it twice.
"Frogs and Fauns! The tournament!" - Professor Winneynoodle/HanClinto

Mene-Mene

Member

Posts: 1398
From: Fort Wayne, IN, USA
Registered: 10-23-2006
Um, where is everybody? Bump.

------------------
MM out-
Thought travels much faster than sound, it is better to think something twice, and say it once, than to think something once, and have to say it twice.
"Frogs and Fauns! The tournament!" - Professor Winneynoodle/HanClinto

Mene-Mene

Member

Posts: 1398
From: Fort Wayne, IN, USA
Registered: 10-23-2006
I realized my problem. Print doesn't work in BM like it does in BB. It works somewhat more like debuglog.

------------------
MM out-
Thought travels much faster than sound, it is better to think something twice, and say it once, than to think something once, and have to say it twice.
"Frogs and Fauns! The tournament!" - Professor Winneynoodle/HanClinto