I want that while you are playing the Mario theme is in the background but we wrote it so and it start the theme many timees ant once but i want just one theme that is going to loop.
Thanks for helping!!
1 2 3 4 5 6 7 | public void act() { if (!Greenfoot.isKeyDown( "l" )) { Greenfoot.playSound( "MarioThemeAcapella.mp3" ); } } |