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

Detect screen capture

Root / Submissions / [.]

S_DE_SolutionsCreated:
Please note: you need Version 3.6.0 or newer to use this code. (SWITCH is not supported)
IF BUTTON() AND 1024 THEN
  CLS
  PRINT "Saving screenshoots..."?"Please wait."
  WAIT 240 'In this case: WAIT is blocking USER-Inputs ; VSYNC allows User-Inputs
  PRINT "Done."
  VSYNC 100
ENDIF
The time to save the pictures is different. Since SMILEBASIC does not provide any evaluable feedback-value, the time frame can only be simulated. Good to know: The first time on the day, the saving takes more time. Don't forget: SELECT saves everytime 2 pictures to the SD-card. Too much experimentation will have a negative effect on the remaining storage space.

Too much experimentation will have a negative effect on the remaining storage space.
lol yes