プレイ日記
EVAN thecoolperson555
Using @jacsons record studio
3そうだね
プレイ済み
返信[1]
親投稿
Jackson JacboyX
Cool that someone is using it. I need help with it though. I'm trying to program it to where you can choose how long you want your recordings. And so far its not working out for me.
0そうだね
プレイ済み
返信[2]
親投稿
EVAN thecoolperson555
@Jackson on line 23 change the 60 to something longer.
0そうだね
プレイ済み
返信[3]
親投稿
Jackson JacboyX
No like adjust how long you want your recordings to be. Its a mechanic that im trying to figure out.
1そうだね
プレイ済み
返信[4]
親投稿
MYCRAFT MYCRAFTisbest
Change line 21 to SECONDS=0 Between line 21 and line 22 add WHILE(SECONDS<=0) INPUT "How long will you record for (in seconds)?";SECONDS WEND This will pop up an input field on the screen that will set whatever number is in it to the variable SECONDS. While seconds is less than or equal to 0, keep the prompt up.
1そうだね
プレイ済み
返信[5]
親投稿
Jackson JacboyX
Sweet. Thanks.
0そうだね
プレイ済み