do if GetPointerPressed()=1 if choix=1 then gosub Tutorial if choix=2 then gosub NewGame if choix=3 then gosub LoadGame if choix=4 then gosub SeeCompletedEnding if choix=5 then gosub ChangeSettings endif Print( mx ) print( my ) print( choix ) print( flicker ) ` end of menu loop `------------------------------- Print( ScreenFPS() ) Sync() loop //--------------------------------------------------------------------------------- // END OF MAIN LOOP TUTORIAL: loadimage( 8,"MapTutorial.png") createSprite(8,8) SetSpriteScale(8,2,2) SetSpriteDepth(8,8) do if GetPointerReleased()=1 then waiting=1 if waiting=1 if GetPointerPressed()=1 exit endif endif sync() loop DeleteSprite(8) DeleteImage(8) RETURN