SmileBASIC コミュニティプレイ日記Josh josh.h72015/11/06 02:10:48Rail tracks are no longer cutting into the frame rate like crazy :)5そうだね 11返信プレイ済み2017/11/04 04:22:32に取得
SmileBASIC コミュニティ返信[1]親投稿toxi toxibunny2015/11/6 3:23wat did u change?0そうだね 未プレイ2017/11/04 04:22:32に取得
SmileBASIC コミュニティ返信[2]親投稿Josh josh.h72015/11/6 3:26Moved the code for the tracks into a different spot and used gosub with an if statment :)0そうだね プレイ済み2017/11/04 04:22:32に取得
SmileBASIC コミュニティ返信[3]親投稿NICHOLAS★ Nicholas61082015/11/6 5:37Minecraft1そうだね プレイ済み2017/11/04 04:22:32に取得
SmileBASIC コミュニティ返信[4]親投稿ςÇĞΨLapiz LapizLuzaOre2002015/11/6 7:50i new to smileBASIC and i wanna know how u made that0そうだね プレイ済み2017/11/04 04:22:32に取得
SmileBASIC コミュニティ返信[5]親投稿Josh josh.h72015/11/6 8:06I added code for the background and sprites and added code for the controls and added the saving and loading code :)0そうだね プレイ済み2017/11/04 04:22:32に取得
SmileBASIC コミュニティ返信[6]親投稿ςÇĞΨLapiz LapizLuzaOre2002015/11/6 8:07can u tell me the codes?0そうだね プレイ済み2017/11/04 04:22:32に取得
SmileBASIC コミュニティ返信[7]親投稿Josh josh.h72015/11/6 8:16You have to code a game/app yourself, use the manual to find all the information about programming in things :)0そうだね プレイ済み2017/11/04 04:22:32に取得
SmileBASIC コミュニティ返信[8]親投稿ςÇĞΨLapiz LapizLuzaOre2002015/11/6 8:17ive tryed that0そうだね プレイ済み2017/11/04 04:22:32に取得
SmileBASIC コミュニティ返信[9]親投稿Josh josh.h72015/11/6 8:22Start with "hello world" code is like this. CLS PRINT "Hello world" wait 100 end0そうだね プレイ済み2017/11/04 04:22:32に取得
SmileBASIC コミュニティ返信[10]親投稿ςÇĞΨLapiz LapizLuzaOre2002015/11/6 8:24ive only done print and sp and beep0そうだね プレイ済み2017/11/04 04:22:32に取得
SmileBASIC コミュニティ返信[11]親投稿Josh josh.h72015/11/6 8:30Try. CLS:ACLS SPSET 0,2 SPOFS 0,100,100 BGFILL 0,0,5,5,3 WAIT 100 END1そうだね プレイ済み2017/11/04 04:22:32に取得