Does anyone here use any specific method for playing sound effects on specific frames of a spritemap during its animation? I know I can just check in the entity’s update loop for when that frame is playing and then play the sound effect appropriately, however, I was curious if there were any other methods to playing a sound (only once, not continuously playing) when a spritemap first reaches the frame I’d like to play a sound on.
Any thoughts?