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

What features do you wish were in smilebasic?

Root / General / [.]

12Me21Created:
yes, but nintendo doesn't want data transfer.
IR would be cool, but it was never on the ideas list in the first place. I don't recall Nintendo saying no to IR data at any point. It's less a problem of "data transfer" and more a problem of "abusable data transfer that cannot be controlled."

Well I still want them to put in the IR feature because I made a rumble pack that uses it port so you can still use the head phone jack. And who knows maybe I'll make more stuff the 3ds can use, like using it as a remote to control stuff.

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)

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.

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)

Nintendo 65!

http://i.imgur.com/c7RC6j3.png block indication. telling me I'm inside a for loop.

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.

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.

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.
Unfortunately, this is Nintendo's stupid decision..

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.

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

I could make it too, but I haven't needed to use it yet. SB isn't really made for working with large amounts of data, which Is where this would be most useful.

I could make it too, but I haven't needed to use it yet. SB isn't really made for working with large amounts of data, which Is where this would be most useful.
True :P ...but string operations are so much fuuunnnnnnnn.

  • Optimized matrix multiplication.
  • Overloading DEF functions.
  • Something akin to objects, maybe along the lines of how JavaScript lets you create instances of functions that act like objects.
  • Operator overloading.

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. btw...
SpoilerI'm new, hi.

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.

TRY/CATCH would be cool but things like CHKFILE exist so I think those would be unnecessary. Would they? Btw hello Plancake.

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.
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.