Archiverse Internet Archive
投稿のみ 投稿と返信
前のページ(最近)
1 2 3 4 5
次のページ(過去)
返信[12]
親投稿
Perska Perska02
Probably going to regret this or something, but whatever. You removed the END from the file, which was used for a function. Restore the file to what it was. Remove the while loop and replace it with your whatever code.
2そうだね
プレイ済み
返信[5]
親投稿
Perska Perska02
It's a 15 second video playing with the framerate 10. And yes, there's sound.
0そうだね
プレイ済み
返信[1]
親投稿
Perska Perska02
3.3 has BIN$, just so you know.
0そうだね
プレイ済み
返信[5]
親投稿
Perska Perska02
@KidCool98 Only the first 15 seconds of the intro movie, though.
2そうだね
プレイ済み
返信[2]
親投稿
Perska Perska02
Showing the code might be useful, you know.
0そうだね
プレイ済み
返信[3]
親投稿
Perska Perska02
The Advanced Sound Unit DLC can be downloaded tomorrow (29th of April). Accessing the shop will not work at this point.
0そうだね
プレイ済み
返信[8]
親投稿
Perska Perska02
Oh? Can you show your code? Something might be written wrong.
0そうだね
プレイ済み
返信[4]
親投稿
Perska Perska02
For IF you have to use ==. = is for assignment, and == will check if the given two parameters are equal. IF PTWOHIT==TRUE THEN 'code here. Also, consider using multi-line IFs: IF PTWOHIT==TRUE THEN 'code here 'more code here 'etc. ENDIF Also, PRINT "TEXT ":VARIABLE is invalid syntax. Replace the : with a ;.
0そうだね
プレイ済み
返信[1]
親投稿
Perska Perska02
It was an April Fools prank. It would have crashed your 3DS if you ran it.
0そうだね
プレイ済み
返信[6]
親投稿
Perska Perska02
One more thing: just "MAIN(ARRAY)" won't work even if it returned something.
0そうだね
プレイ済み
返信[5]
親投稿
Perska Perska02
The function has no return values. To make a function with no returns, use the following syntax: DEF FUNCNAME [PARAMS1,...] DEF MYCMD HI$, COUNT PRINT HI$*COUNT 'prints the given string COUNT times END You get the gist. Check the help for DEF for more info.
0そうだね
プレイ済み
返信[1]
親投稿
Perska Perska02
You can pass an array as a regular parameter. DIM MYARRAY[2] MYARRAY[0]=9 MYARRAY[1]=15 PRINR ARRFUNC(MYARRAY) DEF ARRFUNC(ARRAY) FOR I%=0 TO LEN(ARRAY)-1 INC RETURNS, ARRAY[I%] NEXT RETURN RETURNS END If everthing went well, you should see 24 in the console
0そうだね
プレイ済み
返信[2]
親投稿
Perska Perska02
inb4 too many people asking for a key. Oh, make sure you don't run out of popcorn too.
2そうだね
プレイ済み
返信[5]
親投稿
Perska Perska02
FYI, you can save text files (program files are text files) quicker by holding L/R and touching save.
1そうだね
プレイ済み
返信[4]
親投稿
Perska Perska02
To upload files/folders to the server, go to the Network menu in the top menu. Choose the one says send. Select your file/folder. After it is uploaded, you can make a public key if you want to. You choose the option with "Create Public Key" or something. After it's done, check the download menu for the key. (folders are the same as projects.)
1そうだね
プレイ済み
返信[1]
親投稿
Perska Perska02
You don't simply port SBv2 programs to SBv3.
1そうだね
未プレイ
返信[40]
親投稿
Perska Perska02
It will be instant buy for both versions when they release! (unless my eShop wallet is empty.)
1そうだね
未プレイ