1. Re: "Beep" at end of execution
- Posted by "Darth Maul, aka Matt" <uglyfish87 at HOTMAIL.COM> Jan 06, 2001
- 442 views
- Last edited Jan 07, 2001
On Sat, 6 Jan 2001 11:47:35 +1100, Aidan Bindoff <abindoff at ONE.NET.AU> wrote: >Lewis, thanks for your suggestion. That is what I have been doing, however, if I change graphics_mode() strange things happen... > that's because system("",2) changes the screen mode back after the prog is done executing. try a "if graphics_mode(3) then end if" after that call to wait_key(). - Matt