プレイ日記
*J.P.* DEV NEWPICY3
just a small preview of the sprites i am making. :) (the green waist isnt done so i just put an accidental green blob i had) gonna be great but im really bad at making characters, i might need an expert to show me how to do it right.. this is set as a sewer place with some sort of gate idk. it has collision, but thats just simple stuff so it dosent count. ill make some more sprites now..
3そうだね
プレイ済み
返信[1]
親投稿
ψRichardαs Richardscratcher
Hello , Can you Help me? I want save BG-data and when i load them then cant i Put that she are black. can you give me a code for load BG,SP-data ? Please...
0そうだね
未プレイ
返信[2]
親投稿
ψRichardαs Richardscratcher
You picture look very nice!
0そうだね
未プレイ
返信[3]
親投稿
*J.P.* DEV NEWPICY3
a bit hard to understand you, but do you mean loading a BG or saving it, for loading i use the attached screenshot but for saving i dont know what you mean, if its not showing up after saving and loading using the editor then that probably means you havent SCSAVED it. otherwise can you try to re-say what you mean or say it in your own language for me to translate.
1そうだね
プレイ済み
返信[4]
親投稿
*J.P.* DEV NEWPICY3
oh, and thank you!
1そうだね
プレイ済み
返信[5]
親投稿
ψRichardαs Richardscratcher
Ok. Sorry i can´t good english.Im German...
0そうだね
未プレイ
返信[6]
親投稿
*J.P.* DEV NEWPICY3
no its fine, your english is pretty good compared to some people.
1そうだね
プレイ済み
返信[7]
親投稿
ψRichardαs Richardscratcher
How can i making scroll level? How Mario bros levels.:D
0そうだね
未プレイ
返信[8]
親投稿
ψRichardαs Richardscratcher
Hello?...
0そうだね
未プレイ
返信[9]
親投稿
*J.P.* DEV NEWPICY3
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そうだね
プレイ済み
返信[10]
親投稿
ψRichardαs Richardscratcher
wow, Thanks! ;D
0そうだね
未プレイ
返信[11]
親投稿
*J.P.* DEV NEWPICY3
sure np.
1そうだね
プレイ済み
返信[12]
親投稿
ψRichardαs Richardscratcher
Hello, please douwnload key : EK33G6
0そうだね
未プレイ
返信[13]
親投稿
*J.P.* DEV NEWPICY3
ok..?
1そうだね
プレイ済み
返信[14]
親投稿
ψRichardαs Richardscratcher
Oh ,i make SP-Data save this and when i load them then dont load my SP-Data.have you a true code for load-SP-Data?
0そうだね
未プレイ
返信[15]
親投稿
ψRichardαs Richardscratcher
You dont must help me...
0そうだね
未プレイ
返信[16]
親投稿
*J.P.* DEV NEWPICY3
are you talking about a GRP page?
1そうだね
プレイ済み
返信[17]
親投稿
ψRichardαs Richardscratcher
Yes,i mean
0そうだね
未プレイ
返信[18]
親投稿
*J.P.* DEV NEWPICY3
well to load them i do: LOAD"GRP4:NAME",0 just replace name with whatever its called, oh and dont put it in your loop. if thats what you wanted.
1そうだね
プレイ済み
返信[19]
親投稿
ψRichardαs Richardscratcher
Thanks ;D ;)
1そうだね
未プレイ
返信[20]
親投稿
ψRichardαs Richardscratcher
I make this: @LOOP IF BUTTON()==#A GOTO@CO GOTO@LOOP @CO And when i repeat button a then goto ever @CO. How can i make that i repeat button a and then GOTO@D. But when i repeat button a then ever goto@CO not what i would. Have you a answer? Thanks
0そうだね
未プレイ
返信[21]
親投稿
ψRichardαs Richardscratcher
Please Answer.
0そうだね
未プレイ
返信[22]
親投稿
*J.P.* DEV NEWPICY3
sorry! i have been very busy and forgot to answer! anyways i dont really understad what that means still.. is the loop not working? for something like that i would do WHILE 1 IF BUTTON() AND #A THEN GOTO @BE WEND WHILE/WEND loops can be better then goto loops cause they are much less glitchy.
1そうだね
プレイ済み
返信[23]
親投稿
ψRichardαs Richardscratcher
Wow,you code is ever true thanks
0そうだね
未プレイ