Every time I use the Record Sound command, it doesn't rocord any sound.
Worong Forum Name, Should be: Record Sound not Working
Here is the Code:
Rem Project: Sound Recorder
Rem Created: Saturday, March 27, 2010
Rem ***** Main Source File *****
ink 0,0
menu_bar()
input "File Name: ",file$
cls
do
menu_bar()
menu_text("Press Space to Record","Press S to Save")
if spacekey()=1 then record sound 1
if inkey$()="s" then save sound file$,1
loop
Rem Manubar
function menu_text(text1$,text2$)
text 5,5,text1$
text 175,5,text2$
endfunction
function Menu_bar()
box 0,0,320,30,RGB(255,255,290),RGB(255,255,255),RGB(255,255,255),RGB(255,255,290)
endfunction
Thanks.
go canada!
