Hi!
I'm new here and Irun into a problem that:If the user press a button (in my case "q") the program whole close.
Oh..and if someone can help if i finish the game how i can "convert" or what i need to do to the game can start from an .exe file?


1 | if (Greenfoot.isKeyDown( "q" )) Greenfoot.sttop(); |
1 | System.exit( 0 ); |