I am a bit of trouble while making the game Flappy Bird , difficulty while making the " Game Over " , can you tell me step by step his example of screenshots or videos or text


1 2 3 4 | if ( Example == 1 ) { addObject(Gameover,x,y); // ( if centered x= getWorld().getWidth()/2 y= getHeight()/2 Greenfoot.stop(); } |