// set window propertiesSetWindowTitle( "GameCenter" )SetWindowSize( 1024, 768, 0 )// set display propertiesSetVirtualResolution( 1024, 768 )SetOrientationAllowed( 1, 1, 1, 1 )GameCenterSetup() GameCenterLogin() do if ( GetPointerReleased() ) GameCenterAchievementsShow() endif Print("Logged In: " + Str(GetGameCenterLoggedIn()) ) print(screenfps()) Sync()loop