Put Sound Effect during Score Count Up?
Skyrocket_Entertainment
Member Posts: 206
I have Score Count Up in the scoreboard and i want to apply sound effect during counting up.
Here what behavior been used for Score Count Up.
Interpolate:
Interpolate Attribute " self.score " to " game.score "
Duration 2.
How can i apply sound effect?
Thanks.
Here what behavior been used for Score Count Up.
Interpolate:
Interpolate Attribute " self.score " to " game.score "
Duration 2.
How can i apply sound effect?
Thanks.
Comments
If it's something like when an object collides with another, you would just add a play sound behavior into that collide rule.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
I want " sound and score count up " start and stop together at same time.
What is your rule condition for your high score? It's usually something like When game.score > game.highscore.
Is your sound file two seconds in length (the same duration as your Interpolation)?
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
I want it sounds repeatedly until score counting stop.
Duration of Interpolate is 2 seconds. So i put Play Sound in Timer as " For 2 " seconds.
My file sound plays repeatedly until 2 seconds, then stop by itself.