LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

New to SB

Root / Programming Questions / [.]

HeigwCreated:
Hey, I just got SmileBasic, I was looking for some help to get started programming. I only do Java Script, so i know nothing about this. Any help is appreciated. Thanks!

We still don't really have any "how to program with SmileBASIC" tutorials here, but I've heard that Petit Professor 3D has some good videos to get you started. Look for his "SmileBASIC For Beginners" stuff. I haven't actually watched any of the videos myself; sorry.

You should Take a look at this Tutorial for beginners. This one.

Oh, thanks. Right now i am just trying to make a text based game, similar to cookie clicker, accept with a thing that... i know this is going to sound really stupid, i call them... derps. I admit, not the best thing ever, but it will do. right now there is only one thing to automatically get you "derps" Its a Derp farmer. He gets you 1 derp every second. Then eventually you could upgrade him and stuff, but i dont have any upgrades or any more things to get derps for you. Should be fun though for like car rides and stuff. :/

Derp clicker, a text adventure clicker game that allows you to derp. a lot. in places. derp.

yes :P i can't get this to work at all. i put exactly this
?"hi"
and press enter and i get error in line 0:1, then ok. not sure why. any tips?

yes :P i can't get this to work at all. i put exactly this
?"hi"
and press enter and i get error in line 0:1, then ok. not sure why. any tips?
Put a space between the ? And the " :p
That should work, though. I use ? all the time in my programs and it doesn't need a space. Maybe try PRINT "Hi"?

?"hi" is valid You must have made a mistake/typo somewhere else.

No, i tried, didn't work, same thing, syntax error in 0:1.

?"hi" is valid code something else is causing the error.

Yes, i was putting the quotations from the menu with the special characters XD Now i have fixed it and am on my way to making the derp game. It only has about 800 lines of code right now, but its getting there. Thank for your help!