Module com.example.project
Class wordTileScoreChimeAscending
java.lang.Object
com.example.project.models.gameScreens.wordTileScoreChimeAscending
plays a note from the F major scale ascending in pitch each time for a nice score combo sound.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
plays the note then increments the int index.void
reset()
resets back to 0.
-
Constructor Details
-
wordTileScoreChimeAscending
public wordTileScoreChimeAscending()
-
-
Method Details
-
reset
public void reset()resets back to 0. -
playNextNote
public void playNextNote()plays the note then increments the int index.
-