unlimited road not is a thing
4そうだね プレイ済み
what will happen if i run this? *test*
3そうだね プレイ済み
i have a cold.. ;(
i hope i can still work on my game..
7そうだね プレイ済み
hmm.. weird.. can you show me the code?
0そうだね プレイ済み
oh sorry! i had replyed but miiverse crashed so it never sent i guess..
so, lets say you have a map (mario map lets say)
and you want to to move left or right when pressing left or right buttons, you would do something like this to move it:
(after setting up map)
(put in loop)
FOR I=0 TO 3
BGOFS I,X,Y
NEXT
IF BUTTON() AND #LEFT THEN INC X,1
IF BUTTON() AND #RIGHT THEN DEC X,1
1そうだね プレイ済み
made the first mansion room and a ton of new sprites.. basically all of them in the picture i just made.
hows it look?
oh and i messed up the symmetrical thing so yeah ill fix that tomorrow or when its not 2am.
so dont say make it symmetrical cause i already will.
9そうだね プレイ済み
didnt you see the part where i said i was joking..?
0そうだね プレイ済み
really? my 3ds is hard to code on so i mainly use my 2ds.. im gonna look on my 3ds at it now..
0そうだね プレイ済み
made the four sides of him so now ill do the anims.
2そうだね プレイ済み
if its shaking them make how much it pushes you lower until there is no or very little shaking, i think i made mine 1.7 or something.
0そうだね プレイ済み
yeah it is and thats really cool!
im calling it Mansion Mystery for now.
0そうだね プレイ済み
updated these guys a bit to make them look taller.
anyways yeah thanks a ton Jacob/Prokuku for these, it really helps.
(yeah so i mean as long as you dont mind my small changes)
now for some sides!
1そうだね プレイ済み
just look at the post i make yesterday
0そうだね 未プレイ
wow that was fast so here.
in short put BUTTON() then an and then what button to check if being pressed.
simple but tell me if you dont understand
0そうだね プレイ済み
no but its easy.
heres a little tutorial.
BUTTON get what button you press followed by () , look at the ? mark on it to see what putting 0,1,2 and 3 does. for now we put nothing, so lets say we want it to beep when pressing A. start with:
IF BUTTON() AND
so next you put what button and you just put a # in front of the one you want (like #A #B #LEFT and so on)
so
IF BUTTON() AND #A THEN BEEP 1
0そうだね プレイ済み
yeah honestly this looks terrible..
5そうだね プレイ済み