プレイ日記
BoogerFace BlueDog100
Thanks everyone for the help I rly Appreciate it! I know it's sorta annoying(@derptias) But Not to worry, The questions are coming to an end! :) I do have a couple of questions though, I'd be happy if they're answered! 1:How do I do Sprite collision? 2:How do I make the character do commands such as jumping,Moving,and attacking I will exept ANY help from ANYONE.:) thanks:):):)
4そうだね
プレイ済み
返信[1]
親投稿
Lacks DHaze420
Don't be afraid to ask questions here. It's like one of the best uses for the miiverse! Plus it's not like we have a search function on here so it's inevitable that we will have to answer the same question 3 times a week. Its just how it goes.
2そうだね
プレイ済み
返信[2]
親投稿
nate NJR1432
sprite collision & movement: SPSET 0,0,0:SPSET 1,16,0:SPOFS 1,100,50:SPCOL 0:SPCOL 1 @MOVE:B=BUTTON SPOFS 0,X,Y IF B AND 1 THEN Y=Y-1 VSYNC 1 IF B AND 2 THEN Y=Y+1 VSYNC 1 IF B AND 4 THEN X=X-1 VSYNC 1 IF B AND 8 THEN X=X+1 VSYNC 1 IF SPHITSP(0,1)THEN ACLS GOTO @MOVE
2そうだね
プレイ済み
返信[3]
親投稿
BoogerFace BlueDog100
Thanks Nate! your the best! :):):):)
1そうだね
プレイ済み
返信[4]
親投稿
nate NJR1432
your welcome :D
1そうだね
プレイ済み
返信[5]
親投稿
BoogerFace BlueDog100
Why's it not working?
0そうだね
プレイ済み
返信[6]
親投稿
Lacks DHaze420
Because you have no sprites in that code. You cut off the top bit of Nate's code :p
2そうだね
プレイ済み
返信[7]
親投稿
BoogerFace BlueDog100
Still not...:l
0そうだね
プレイ済み
返信[8]
親投稿
DerpTias SneekATTACK11
i know how to make a text move
1そうだね
プレイ済み
返信[9]
親投稿
Lacks DHaze420
Lmao well now it's the miiverse formatting messing with you hehe. You may want to copy paste Nate's code on a pc into notepad. Because the numbers on line 5 (1,100,50) should be after spofs on line 4. His code should work as long as everything is where it is supposed to be. And it's not you, lol when I look at his code on mobile it looks like how you entered it but the miiverse is "lying" to you
1そうだね
プレイ済み
返信[10]
親投稿
Lacks DHaze420
Whoops I meant the numbers on line 3 not 5 Basically line 2 and 3 should all be one line of code.
1そうだね
プレイ済み
返信[11]
親投稿
BoogerFace BlueDog100
Dosen't fit...
1そうだね
プレイ済み
返信[12]
親投稿
nate NJR1432
@Adventurer i'll just get my code in a screenshot, give me a sec...
1そうだね
プレイ済み
返信[13]
親投稿
nate NJR1432
here it is
2そうだね
プレイ済み
返信[14]
親投稿
BoogerFace BlueDog100
It's working almost Perfectly well! Exept 1 thing. why do the spofs on line 47 and 51 hate me so much?(Why aren't they working?)
2そうだね
プレイ済み
返信[15]
親投稿
nate NJR1432
Hmm, explain exactly whats wrong pls. :)
0そうだね
プレイ済み
返信[16]
親投稿
BoogerFace BlueDog100
First of all, when my rpg starts, the bgfill dosen't work,and the spofs keep giving me an error.
1そうだね
プレイ済み
返信[17]
親投稿
nate NJR1432
on the last number of bgfill you put 0105 i think if you delete the first 0 it will work... i'll try to figure out the SPOFS...
1そうだね
プレイ済み