now making a DSI sim. i will do the following: game launcher, pictochat, music player, other pre-installed games, and a flipnote studio. dsi sim is for entertainment and to bring back memories of the dsi/dsiXL.
oh yes i almost forgot. the latest version of basic os AND a new chat app. get all 3 keys plz. [the top one is info about my new app service called A2D apps
my way works too. i did it wrong first. if you want to stay simple anyway. a better example
@example
if button()==16 then goto @loop
goto @example
the 16 stands for A button. more buttons are like 32 is the B button. 64 is X. 128 is Y. and etc. petit professor on youtube might be more help if he has a video on it. another example.
?"
?" press A to end the game.
?"
wait 10
goto @ex
here's how i do it
IF BUTTON(0)==16 THEN GOTO @LOOP
16 is for the A button.
here is more
buttons:
16 - A
32 - B
64 - X
128 - Y
1 - up
2 - down
4 - left
8 - right