Hello everybody, I'm making a project who slowly takes shape and I wanted to make a thread where I can ask questions about my problems during the development and where you can also tell me what I could add to my game.
  
  
               if (Greenfoot.getRandomNumber(101)  <= 10)
            {
                Greenfoot.playSound("tir.wav");
                canShootNormal("enemyShot1.png");
            }