トピック
C. Norris 06495a

Ask questions

If any body has any questions, I'll try my best to answer, or tell you how to find the answer. No question goes unanswered.
4そうだね
プレイ済み
返信[1]
親投稿
Fluff ishoryuken6
How to I get my sprites to move. Also how do I get button inputs. Please send a pic of the cood
0そうだね
プレイ済み
返信[2]
親投稿
Fluff ishoryuken6
Also how do I get maps to display? Thanks so much.
0そうだね
プレイ済み
返信[3]
親投稿
C. Norris 06495a
Unfortunately I can't send pictures because my DS battery isn't to good but to get a sprite to move us this code
0そうだね
プレイ済み
返信[4]
親投稿
C. Norris 06495a
spset 0,500 X=40:y=60 @loop Bt = button (0) If BT==#up then y=y-1 If BT==#down then y=y+1 If BT==#left then x=x-1 If BT==#right then x=x+1 Spofs 0,x,y Vsinc 1 Goto @loop
0そうだね
プレイ済み
返信[5]
親投稿
C. Norris 06495a
The button command is how you retrieve bitten input. Every time you press a butten the BT value changes. To the value in an if statement use #(button name)
1そうだね
プレイ済み
返信[6]
親投稿
C. Norris 06495a
To load a map you have to set the bgscreen as well as load the the map itself.
1そうだね
プレイ済み
返信[7]
親投稿
C. Norris 06495a
' top of the program Dim map1[0] Bgscreen 0,64,64 Bgscreen 1,64,64 Load "dat:sc_map1_l0", map1 Bgload map1
2そうだね
プレイ済み
返信[8]
親投稿
Fluff ishoryuken6
Thank you so much. I appreciate this so much!
0そうだね
プレイ済み
返信[9]
親投稿
nate NJR1432
How do you make background collision?
0そうだね
プレイ済み
返信[10]
親投稿
Fluff ishoryuken6
it says the map cant be found
0そうだね
プレイ済み
返信[11]
親投稿
C. Norris 06495a
You have to make a map in the smile tool and press the scsave button and name it map1. Or change the name of the file to load
1そうだね
プレイ済み
返信[12]
親投稿
Fluff ishoryuken6
how can i put my custom sprites in game
0そうだね
プレイ済み
返信[13]
親投稿
C. Norris 06495a
If you load the map, during the moving loop. Add this line in the above code as a condition of the if statement If Bgget 0,x,y,1 !=0 && BT...
1そうだね
プレイ済み
返信[14]
親投稿
Fluff ishoryuken6
one more thing. how do i make sprite collision
0そうだね
プレイ済み
返信[15]
親投稿
Fluff ishoryuken6
Thank you
0そうだね
プレイ済み
返信[16]
親投稿
C. Norris 06495a
To use custom sprites use another load statement, except, instead of "sc_.. Type " scu0:'name'
1そうだね
プレイ済み
返信[17]
親投稿
C. Norris 06495a
When setting a sprite also type Spcol 0,true You can check collision with sphitsp
0そうだね
プレイ済み
返信[18]
親投稿
Fluff ishoryuken6
.
0そうだね
プレイ済み
返信[19]
親投稿
Fluff ishoryuken6
.
0そうだね
プレイ済み
返信[20]
親投稿
C. Norris 06495a
You declared your array: map, it should be map1
0そうだね
プレイ済み
返信[21]
親投稿
C. Norris 06495a
And the 10 in load it should be L0
1そうだね
プレイ済み
返信[22]
親投稿
Luke Lgar13
Why does Manchester United suck right now?
0そうだね
未プレイ
返信[23]
親投稿
C. Norris 06495a
No clue, ask someone more cultured.
1そうだね
プレイ済み
返信[24]
親投稿
Oscar PwnageBlock
Does a set of all sets include itself?
1そうだね
プレイ済み
返信[25]
親投稿
C. Norris 06495a
Depends if the sets take the form of boxes. If the sets are boxes, then it's a paradox, other wise, yes.
0そうだね
プレイ済み