What features do you wish were in smilebasic?
12Me21Created:
I really want a key board so I can type faster. Also I really wish this had 3d world capability like unity or something like that so we can make 64 style games.(I loved the 64)Yeah I want a key board too, as for the graphics I'd love to have 64 graphics, actually the 64 is only of my favorite game consoles.
The 65 was my first gaming console and super mario 64 was my first game so it's my second favorite console.(first whould be GameCube)I really want a key board so I can type faster. Also I really wish this had 3d world capability like unity or something like that so we can make 64 style games.(I loved the 64)Yeah I want a key board too, as for the graphics I'd love to have 64 graphics, actually the 64 is only of my favorite game consoles.
http://i.imgur.com/c7RC6j3.png
block indication. telling me I'm inside a for loop.
Unfortunately, this is Nintendo's stupid decision..START button functionality in programs.definitely i realy am tired of the start button terminating the program i'm sure they can find some other way then taking from the amount of buttons we can use. face it we need all the buttons we can get.
Transparency for graphics, an INSTR type function which returns an array containing all the positions at which the searched character can be found at, START button functionality in programs.I made a DEF block that does this! (ISINSTR) ...and didn't upload because I figured no one would like it... EDIT: Will create a page right now I guess :P
A really useful function is RINSTR (reverse INSTR, named like RSORT) that finds the LAST occurrence of a string in another string. I use it extensively in my bot 12Me23.That makes sense, reverse operations are often useful. I could make this if you want. EDIT: Might not be efficient but I could make this :P
TRY/CATCH would be cool but things like CHKFILE exist so I think those would be unnecessary. Would they? Btw hello Plancake.
Yeah, but I would want it because I usually have loads of variables in my programs that I want to check. It's not necessary, I would just like this feature, personally, that's all.A debugger or some way to access all variables and arrays and change them without having to stop the program. You could make this yourself but you wouldn't be able to open it by holding select or something.You can just stop the program, check the variables, and then continue it with CONT.