I am attempting to add sound to my game, storing the sound in an array list and playing it using a for-each loop. (i must have both these items because it required for my school project)
i am having trouble getting it to work
ArrayList<GreenFootSounds> sounds = new ArrayList <GreenFootSounds>();
for (GreenFootSounds sounds: sounds ){ //add sound
}
