プレイ日記
Josiah Spike4
I have to admit, shooting a bow while flying a jetpack is pretty fun
5そうだね
プレイ済み
返信[1]
親投稿
nate NJR1432
How would you program a bow to work?
0そうだね
プレイ済み
返信[2]
親投稿
Josiah Spike4
It's a fairly good piece of code. you have to do something like if you press the L button then a variable is equal to 1. then if that variable is equal to one it makes the arrows Y location stay the same but the X location is increased each tick. then once the arrows X location is like 400 greater than the characters X location when fired the variable at the beginning is equal to 0 setting up the
1そうだね
プレイ済み
返信[3]
親投稿
Josiah Spike4
bow to get ready to be shot again. It pretty complicated :)
1そうだね
プレイ済み
返信[4]
親投稿
Clayton DarkClay88
Hey Josiah, I was going to add one more thing before I release the beta for this game, knowing that you are a very experienced programer, I was wondering if you are willing to help me. cx
0そうだね
プレイ済み
返信[5]
親投稿
Josiah Spike4
Sure, I help to the best of my ability. :)
0そうだね
プレイ済み
返信[6]
親投稿
Josiah Spike4
BTW how long have you had smileBASiC?
0そうだね
プレイ済み
返信[7]
親投稿
Clayton DarkClay88
Ever since mid March I think. Anyways, I want to make it so when I type in a color for the slime (The only available colors now are Blue Red Green and Yellow), it'll stay that color forever until you restart the game. So say I pick red, then the slime would be red the whole game, and it's the same for the other colors. Do you know how to do that?
1そうだね
プレイ済み
返信[8]
親投稿
NightGamer JesusSavesNow
r u christian josiah?
1そうだね
プレイ済み
返信[9]
親投稿
Josiah Spike4
You could make the program load a new sprite sheet with the slime colored different in each or I believe you can use the spcolor command at different areas in your code (tell me if this helps). And yes, I am a Christian :)
1そうだね
プレイ済み
返信[10]
親投稿
NightGamer JesusSavesNow
me to
0そうだね
プレイ済み
返信[11]
親投稿
NightGamer JesusSavesNow
which bible do u believe in? (for me it's kjv)
0そうだね
プレイ済み
返信[12]
親投稿
Josiah Spike4
Me too. Give me nothing but the good old KJV! :)
2そうだね
プレイ済み
返信[13]
親投稿
nate NJR1432
I'm Christian!
2そうだね
プレイ済み
返信[14]
親投稿
Josiah Spike4
That's good, it's nice to meet other Christians on miiverse :-]
2そうだね
プレイ済み
返信[15]
親投稿
Clayton DarkClay88
Well, I already have spcolor, I was just wondering how you would make it so that it stays the color you choose stay that color until you reset it. Btw Happy Easter! :)
1そうだね
プレイ済み
返信[16]
親投稿
Josiah Spike4
Wait, sorry, so do you still need help or did you fix it?
0そうだね
プレイ済み
返信[17]
親投稿
Clayton DarkClay88
I still need help. Btw how has your Easter been going? :)
0そうだね
プレイ済み
返信[18]
親投稿
Josiah Spike4
Good, yours? and what do you need help with, the coloring still?
0そうだね
プレイ済み
返信[19]
親投稿
Clayton DarkClay88
Mine is going great! My brother brought over his puppy. x) Its not the coloring I need help with, its how to make it that color I pick stay the same for the rest of the game.
1そうだね
プレイ済み
返信[20]
親投稿
Josiah Spike4
So, what I am guessing is that you must have a clearing command of some sort like ACLS. I tried the spcolor command in a program of mine and it stayed the same color the whole time. so I am guessing it must have a clear in there somewhere and if you don't know how to keep the same color after a clear try making the color code a variable. I think this explains it? tell me if so :)
1そうだね
プレイ済み
返信[21]
親投稿
Clayton DarkClay88
Sort of... But I think I figured something out.
0そうだね
プレイ済み
返信[22]
親投稿
Josiah Spike4
ok, tell me if you need anymore help
0そうだね
プレイ済み
返信[23]
親投稿
Clayton DarkClay88
Nvm, I think I screwed it up. xD I need help, not with the colors, but how to make the color last until I restart the game. Here's an example: "What color do you want your slime to be? (RED, GREEN, BLUE, or YELLOW) _" (The "_" is where you type your color) And when you pick that color, thats the color of the slime. And if I want to change it, I restart it and go back to this message.
0そうだね
プレイ済み
返信[24]
親投稿
Josiah Spike4
The color should last the whole game unless you reset the color or add an acls. If you want to reset your color do SPCOLOR 0,RGB(1000,1000,1000)
0そうだね
プレイ済み
返信[25]
親投稿
Clayton DarkClay88
How do you make it so people can save their data?
0そうだね
プレイ済み
返信[26]
親投稿
Clayton DarkClay88
Btw, I made a game if you want to try it out. Im gonna need a lot of help if you're up for it. :)
0そうだね
プレイ済み
返信[27]
親投稿
Josiah Spike4
Sorry, I don't think I can help you with the save feature. I never did that sort of thing for my games. :) also what's the game you made?
0そうだね
プレイ済み
返信[28]
親投稿
Clayton DarkClay88
Its called Slime Simulator. Go to my posts to see the key if ya want to play it. :D
0そうだね
プレイ済み