This is the order:
BG color, Graphic page, BG tiles, Sprites, council
I so far don't know how to switch the order, but you can try saving the BG tiles in an array, then hide the BG tiles, which shows the Graphics. Then, load the BG tiles when you need to.
UUGGGH! That guy's videos didn't help AT ALL! I don't even know how to make a character walk around, LET ALONE A ROOM! I'm sorry but until I see some better tutorials, I give up.
realy!don't give up,but i suggest try doing somthing text based for now then once you get your barings go back to your original idea. start by understanding commands like data,dim, and stuff like that once you understand those key commands try working with spofs, bgofs,spanim,and bganim. first work on the loops for(end),while(wend),if(then),and repeat. start by looking at other peoples programs.
and figure out what each command means then edit it to test what each thing does if a error shows up pay close attention to why anf how it happend.keep pushing the help button is also the key to figure out smilebasic.
Ok good luck oh Did you check out smilebasic source yet. And if you need help with anything not sprite or bg based I whould love to help(I'm trying to understand it myself right now once I understand it I will make a key with a program explaining every thing in the edit screen so that you can make your game I hope I can help more in the future)
One more thing when you watch his videos copy down what he did in the edit screen in to smile basic that way you can play around with it so you can see how each thing works (I suggest looking at his smilebasic for beginners tutorials first)
wow! i'm inpressed to see how much you have learned!I modified your code a bit to show you how to make a sprite move based on what you learned(i hope you don't mind) key in pic :help1:
My goals are to make it so enemies spawn randomly, the time you're alive is your score, and there needs to be a background. But for now, I'm happy! I feel like a rocket-scientist! :3
Nice!now do you want help on changing the sprite when you move so it looks like your charecter is walking? You are learning incredibly fast it took me forever to even get a sprite moving on screen I I'm impressed! (because I had to teach myself how to code lol)
Day's going well! Thanks for asking! Yes, I'd love to make the sprite animated. That was discussed in Beginner's Lesson 10, but I didn't understand it. Now let's move on to the elephant in the room, the picture above. Download that project and read the code! ;-)
Alright! I was just playing your RPG when I noticed one strange glitch. Every time I used an orb to restore SP, it subtracted from my HP Orbs instead. I figured you might want to know that.
Thanks for the info I noticed that to when I was making the update I fixed it but the update is not out yet I will include a boss battle a shop and (hopefully) sprites.
Dunno how to save them, but I'm pretty good at making them! IRL I love to draw and create characters. I saw one of your previous posts about not knowing text slang well, IRL means "In real life".
Can you make one then show it to me in a pic then I will teach you how to save and load them.(if your good then I whould love to have them in my game don't worry I will give you credit for it in the credits and if your realy good then I whould love to team up with you)
Wow that's cool ,but sadly we can't use stuff that's copyrighted. But any ways do you see the save button on the bottom right hand corner push that save it as "link" then goto the edit screen and type in load "GRP4:link" then use the definition number of the sprite to use it.
Ps. Can you try a sideways ninja with a red gei(spelt that wrong I know) and btw I'm almost done with your program.
yes it looks good! it almost looks like my one facing forward thanks now I need to find a way for me to be able to use it. try putting the load(with the name of it of course)comand in a empty program name it ninja then publish it and tell me the key. thanks
Ps. what do you think of your program?
AWESOME! I'll try to do the upload! Next, can you teach me how to create something to stop the witch from going out of bounds? I know from another coding tool that it has to check collisions between objects and sprites, so I may not have too hard a time comprehending that.
Dang it didn't work :( try putting it in a file and upload the entire file.
Ps.sign up to smilebasic source so we can contact each other there(they have unlimited posts) then tell me your username here but if you can't then tell me please.
btw my username in smilebasic source is Komodo.
You can send data files by themselves which kinda surprised me. BTW, do you have a second 3DS? If you run out of posts, use an extra 3DS. Combining this DS and my others, I have 66 posts left.
About the whole score thing. I have it set to clear the screen when you press a button. I also don't want it to start counting while the "PRESS (A) TO START" is on screen. Can you help?
Not yet I have to think of what my boss is going to be and how I want it to look for my night I will just use the original one in smilebasic ,but thanks!
hey dj3 how's it going? I finaly figured out how to get the enemy thing working. I'm still want to help you if that's okay ,but first i want to show you a better way of moving the charecter.