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

TouchOS

Root / Talk About Programs / [.]

Joshuaham123Created:
So i'm making an OS like IOS but for 3ds and made by me and different. Not a port of IOS. It will only use the touch screen and the home button. So far i have made the app screen, saving, and working on settings app. It will have a shop full of games and utilities. I need some ideas for starting apps I should make and features. Post ideas below. [poll=p156][/poll]

why did you add camera if you can't do it same with battery

I wanted to see how much people wanted it.

cool avatar.

wow people really like notepad

Notepad ,system settings ,and multiple pages are made. note pad is black and white drawing so far wit multiple sizes and 9 save slots. system settings is made but no actual settings in it yet. 12 apps(3x4) 2 pages. saving is created. 1000 possible different apps. Save data all on one file with one string of numbers.

How do you plan on using the home button? It's not a valid button.

I figured it out a while ago using the millisec tutorial page http://smilebasicsource.com/page?pid=622 then I posted this comment after I figured it out Wow This Is amazing! a way to detect the home button being pressed! The only downside to this is if you spam tap the bottom screen it will detect that too, but it isn't not a big deal. Thanks!!!!!!!!
T=MILLISEC
WHILE 1
DELTA=(MILLISEC-T)/1000
INC T,DELTA

IF DELTA>"2-5" THEN "whatever happens when home button is pressed"
WEND
I think I spam proofed it though.

what apps and features should it come with? I made the clock and am making the calculator currently.

I figured it out a while ago using the millisec tutorial page http://smilebasicsource.com/page?pid=622 then I posted this comment after I figured it out Wow This Is amazing! a way to detect the home button being pressed! The only downside to this is if you spam tap the bottom screen it will detect that too, but it isn't not a big deal. Thanks!!!!!!!!
T=MILLISEC
WHILE 1
DELTA=(MILLISEC-T)/1000
INC T,DELTA

IF DELTA>"2-5" THEN "whatever happens when home button is pressed"
WEND
I think I spam proofed it though.
i'm late but that also detects sleep mode.