トピック
Caesar Caesar267

DATA command and BG

Hi, everyone! I've seen the DATA command everywhere. It looks useful, but I don't know how to use it. Can someone please help me? Also, I'd like to learn how to use and load BG. I made a BG with the smiletool, but I can't figure out how to load it. Please teach me! Thank you so much everyone!
1そうだね
プレイ済み
返信[1]
親投稿
zag Tall-T
OK, I will make you a example you can download! I'll post the code soon!
0そうだね
未プレイ
返信[2]
親投稿
zag Tall-T
I'm sorry. I don't know data yet I there.
0そうだね
未プレイ
返信[3]
親投稿
Caesar Caesar267
Thanks, Zag!
1そうだね
プレイ済み
返信[4]
親投稿
zag Tall-T
So..you want to load a map?
0そうだね
未プレイ
返信[5]
親投稿
Caesar Caesar267
Yes.
1そうだね
プレイ済み
返信[6]
親投稿
neto ivonnesb87
Somebody knows about data command ?
1そうだね
プレイ済み
返信[7]
親投稿
OlOOlOOl pi_r_round
Think about DATA as defining a read-only file that's build into your program. Use the READ command to read the data. Use RESTORE to point to the beginning of the data that you want to read. @MONSTER_1 DATA "zombie", 45 @MONSTER_2 DATA "skeleton", 64 DIM A$,B ' name & move speed RESTORE @MONSTER_2 READ A$,B
1そうだね
プレイ済み
返信[8]
親投稿
Caesar Caesar267
Thanks!
1そうだね
プレイ済み
返信[9]
親投稿
zag Tall-T
Cod is 2beeen8v. Please in joy!
0そうだね
未プレイ
返信[10]
親投稿
Caesar Caesar267
Thanks, Zag!
1そうだね
プレイ済み
返信[11]
親投稿
zag Tall-T
Sorry code
0そうだね
未プレイ
返信[12]
親投稿
awesome MC program55
@zag I see you've used my bgm editor. It's fine, but... DATA "RRR" isn't bgm....
1そうだね
プレイ済み
返信[13]
親投稿
Nathaniel Rubixcube-solver
If you need something a bit more simple try... DATA "words" READ A$ ?"A$"
0そうだね
プレイ済み
返信[14]
親投稿
Caesar Caesar267
Thanks, Nathaniel! It is definitely a good place to start!
1そうだね
プレイ済み
返信[15]
親投稿
Caesar Caesar267
Closing the discussion. Thanks, everyone!
1そうだね
プレイ済み