プレイ日記
dragon WereWolf7747
i've been trying to understand programming but i think i haven't gotten anywhere i need someone to walk me through what they know so i can master this better.
3そうだね
プレイ済み
返信[1]
親投稿
Dаппу DannyWen66
my dad knows basic and i kinda know ms-dos but im bad at it
0そうだね
未プレイ
返信[2]
親投稿
dragon WereWolf7747
well anything you can tell me will be a big help.
0そうだね
プレイ済み
返信[3]
親投稿
nate NJR1432
PRINT "hello" ↑PRINT puts stuff on the screen.
0そうだね
プレイ済み
返信[4]
親投稿
dragon WereWolf7747
print got it
1そうだね
プレイ済み
返信[5]
親投稿
nate NJR1432
INPUT "what is your name";NAME$ PRINT NAME$ ↑INPUT asks a question and PRINT here puts the answer to the question on the screen
0そうだね
プレイ済み
返信[6]
親投稿
nate NJR1432
A=RND(1) IF A==0 THEN PRINT "0" IF A==1 THEN PRINT "1" ↑RND gets a random number from 0 to basically infinity.
0そうだね
プレイ済み
返信[7]
親投稿
nate NJR1432
SPSET 0,0,0 SPSCALE 0,4,4 SPOFS O,100,100 ↑SPSET puts a sprite on the screen hit the smile button and go into paint to see all the numbers of what each sprite is. SPSCALE is the size of a sprite SPOFS moves a sprite to a different part of the screen.
0そうだね
プレイ済み
返信[8]
親投稿
nate NJR1432
on SPOFS its 0 not O I messed up.
0そうだね
プレイ済み
返信[9]
親投稿
dragon WereWolf7747
okey i'll start practiceing right away.
1そうだね
プレイ済み