Archiverse Internet Archive
投稿のみ 投稿と返信
前のページ(最近)
112 13 14 15 16 17 18 19 20 21 22 23 24 25
次のページ(過去)
返信[1]
親投稿
V360 TheV360
Don't use the Animation editor for simple "changing sprite from idle to walk", instead use the "improved" SPANIM command! SPANIM 0,"I",TIME(1sec=60),FRAME(SPDEF number),TIME,FRAME,... (up to 32)
1そうだね
プレイ済み
返信[1]
親投稿
V360 TheV360
DISPLAY 0 - Print on the top screen (same for sprites, bg, graphics, etc.) DISPLAY 1 - bottom screen
0そうだね
プレイ済み
返信[1]
親投稿
V360 TheV360
Use GRPF instead of GRP0.
2そうだね
プレイ済み
返信[3]
親投稿
V360 TheV360
That's why they said Petit Computer.
0そうだね
プレイ済み
返信[1]
親投稿
V360 TheV360
Use XSCREEN and DISPLAY. XSCREEN 2/3/4 removes the keyboard and DISPLAY 0/1 lets you switch between doing stuff (PRINT, graphic commands, sprites, backgrounds, etc.) on the top screen and the lower screen.
0そうだね
プレイ済み
返信[1]
親投稿
V360 TheV360
If it's in an array, SAVE the array as a DAT file. VAR ARRAY[5] …code to do stuff with the array… SAVE "DAT:FILENAME",ARRAY,0
0そうだね
プレイ済み
プレイ日記
V360 TheV360
SmileBASIC tip of the day... do NOT search for the enter character... I think I broke the editor.
12そうだね
プレイ済み
返信[1]
親投稿
V360 TheV360
DIM (or VAR) ARRAY[number of items] Example: VAR HELLO[2] HELLO[0]=123 HELLO[1]=456 ?HELLO[1] (there is no HELLO[2]... it's weird.)
0そうだね
プレイ済み
返信[1]
親投稿
V360 TheV360
But nobody came.
0そうだね
プレイ済み
返信[6]
親投稿
V360 TheV360
If you want to have more than BUTTON(0) and the button code, try this: IF (BUTTON(0) AND #A)>0 AND OTHERSTUFF>=50 THEN do stuff
0そうだね
プレイ済み
返信[2]
親投稿
V360 TheV360
The first dialog asks which folder- err, "project" the file is in. Then it asks for a file. Yeah, this is getting changed in SmileBASIC Shortcuts v3.0…
0そうだね
プレイ済み
返信[11]
親投稿
V360 TheV360
Hey, give credit to the original author!
2そうだね
プレイ済み
返信[8]
親投稿
V360 TheV360
Why are the comments in the code in Japanese?
1そうだね
プレイ済み
返信[13]
親投稿
V360 TheV360
Super Mario World
1そうだね
プレイ済み
返信[3]
親投稿
V360 TheV360
Example
0そうだね
プレイ済み
返信[2]
親投稿
V360 TheV360
But I'm trying to load it without being on the active project.
0そうだね
プレイ済み
トピック
V360 TheV360

Aaaaaaaaaaaaaaughtbvjfb!

Need help! I'm trying to load DAT files from other folders but it doesn't work!
1そうだね
プレイ済み
返信[4]
親投稿
V360 TheV360
What does this have to do with SmileBASIC?
0そうだね
プレイ済み
プレイ日記
V360 TheV360
Wow, Smiley! Great suggestion! In TUTORIAL.PRG news huge progress. I have the quiz system finished (in fact, that's what I use for the main menu), I added a INPUT-like function for entering small bits of code, I added feelings (happy, sad, bored, looking to the right), and I added tips! (there's two of them atm) Progress is fast! Now I just need to figure out how to store each chapter...
10そうだね
プレイ済み
返信[1]
親投稿
V360 TheV360
FYI, you can combine two or more lines with :. It will run them left to right. Example: IF W>0 THEN SPSET 5,16:SPSET 1,17:SPSET 2,18...
0そうだね
プレイ済み