Problem with sound().
- Posted by Peter Millan <sonic at GLOBALFREEWAY.COM.AU> May 31, 2000
- 386 views
I can't seem to get sound to work correctly - maybe because I'm not using it the right way: --START include graphics.e atom timecount timecount = time() sound(1000) while time() - timecount < .05 do end while sound(0) --END Question is, is this correct, and if so, why isn't it working on my computer? It just makes two low beeps, as if it is turning on the PC speaker, and then switching it off... Thanks in advance Peter Millan