SmileBASIC コミュニティプレイ日記Lukas dogcutie2016/04/09 23:22:50Please help. How do I make a map loaded and seen on the screen?0そうだね 12返信プレイ済み2017/11/04 03:39:13に取得
SmileBASIC コミュニティ返信[1]親投稿mystman12 mystman122016/4/10 5:21Do DIM MAP[O] instead of [100]. When the data file loads it will adjust the array automatically.0そうだね プレイ済み2017/11/04 03:39:13に取得
SmileBASIC コミュニティ返信[2]親投稿Lukas dogcutie2016/4/10 8:56I will try that0そうだね プレイ済み2017/11/04 03:39:13に取得
SmileBASIC コミュニティ返信[3]親投稿Lukas dogcutie2016/4/10 9:00I tried that, but it didn't work. Just to make it easier to help, this happened before and after I setted it to 0. Is there any other problem?0そうだね プレイ済み2017/11/04 03:39:13に取得
SmileBASIC コミュニティ返信[4]親投稿Lukas dogcutie2016/4/10 9:02(Ignore the people)0そうだね プレイ済み2017/11/04 03:39:13に取得
SmileBASIC コミュニティ返信[5]親投稿Zee Storybookten92016/4/11 0:36You are trying to use a MAP file to load a map, however MAP files just contain data for the MAP editing program. You need to first export the map as a SC ("Save as SC"), then you can do something like LOAD "DAT:SC_MAP_L0",MAP:BGLOAD 0,MAP0そうだね プレイ済み2017/11/04 03:39:13に取得
SmileBASIC コミュニティ返信[6]親投稿Lukas dogcutie2016/4/12 6:08I changed the MAP to the SC. But now, it is showing lines of a random BG tile. Anything else wrong?0そうだね プレイ済み2017/11/04 03:39:13に取得
SmileBASIC コミュニティ返信[7]親投稿Lukas dogcutie2016/4/12 6:08This is the BG screen (Ignore the people)0そうだね プレイ済み2017/11/04 03:39:13に取得
SmileBASIC コミュニティ返信[8]親投稿Lukas dogcutie2016/4/12 6:10This is the code0そうだね プレイ済み2017/11/04 03:39:13に取得
SmileBASIC コミュニティ返信[9]親投稿Lukas dogcutie2016/4/12 6:13This is part of my main map (In the Map tool)0そうだね プレイ済み2017/11/04 03:39:13に取得
SmileBASIC コミュニティ返信[10]親投稿Zee Storybookten92016/4/14 9:34The map is saved as 64x64. Thus, you must BGSCREEN all of the layers to 64x64.0そうだね プレイ済み2017/11/04 03:39:13に取得
SmileBASIC コミュニティ返信[11]親投稿Lukas dogcutie2016/4/16 6:01What do I type in?0そうだね プレイ済み2017/11/04 03:39:13に取得
SmileBASIC コミュニティ返信[12]親投稿Zee Storybookten92016/4/16 6:13BGSCREEN 0,64,64. Use the help button before asking such questions.0そうだね プレイ済み2017/11/04 03:39:13に取得