How the **** did you learn to use smileBASIC??
Root / Programming Questions / [.]
GodbluffCreated:
Like literally I get it if someone learned super easily because they already had tons of programming experience beforehand but what I want to know is: HOW EXACTLY???? the manual doesn't explain **** and the commands page on their website is so hard to understand. so can someone just explain exactly what they did from when they first downloaded smileBASIC to being a pro. I mean..... you must have learnt it from somewhere.....
lol and where did the writer of that thread learn.... are they just a genius....?
Like literally I get it if someone learned super easily because they already had tons of programming experience beforehand but what I want to know is: HOW EXACTLY???? the manual doesn't explain **** and the commands page on their website is so hard to understand. so can someone just explain exactly what they did from when they first downloaded smileBASIC to being a pro. I mean..... you must have learnt it from somewhere.....I learned some of SmileBASIC just by experimenting (and help from this website). If you enter a command and press the question mark button on the bottom screen, you'll get a description for that command and how it can be used. This can be helpful at times.
I learned some of SmileBASIC just by experimenting (and help from this website). If you enter a command and press the question mark button on the bottom screen, you'll get a description for that command and how it can be used. This can be helpful at times.ok thx but seriously? you learned how to make like menus and sprites and all that stuff from just experimenting and learning from this website?? k well maybe I'm just a dumb blonde
I have Smilebasic just like 2-3 weeks or so, because it released in europe like 4 weeks ago and it isn't that hard to make something... I still haven't figured out how to make a smooth collision between player and some blocks, but that's doesn't mean i can't make something... Just go to youtube watch some tutorials (mostly by Petit Professor 3D), read some tutorial on this website, use the ? button above the keyboard and you'll be alright. But you'll first need to come up with idea, then try to make it a reality. It'll take some time to learn and make something, but you'll definitely make something great one time
@ChaseCZ: I first learned collision from petit professor but since then i have made my own easyer version, if you want help on stuff like that i can try to help you.Yeah, thanks! But i don't need to know it right now, i'm working on a notepad with date stamp function and i think that's not needed for it.
well just remember that it took me/others like months before we staryed to really understand, dont try to understand it all at once, just try to take small things to start with.You're right, since i'm new, i still don't really understand it, also i sometimes forget the basic stuff...
Have you tried making a Hello World program? It is a program that literally just prints out the text "Hello World!" One line of code in Smile Basic. If you can do that I can think of more skill building exercises for you.
8E7Y33G4 is my number guessing game for beginning programmers. Try reading through the code. That can be exercise two. Let me know if you have questions about the code.