sound on a scene to be played once only
digib
Member Posts: 15
Hey there guys,
A little help needed here -
I want a sound to be played as a scene is launched but not when the reset scene betton is pressed.
There are over 20 scenes in the game and for each scene there is a different launching sound.
What's the best way to do it?
Thanks:-)
A little help needed here -
I want a sound to be played as a scene is launched but not when the reset scene betton is pressed.
There are over 20 scenes in the game and for each scene there is a different launching sound.
What's the best way to do it?
Thanks:-)
Comments
if game.(attribute)=off then{
play the sound;
then toggle the boolean to on;
}
That way it will only play the first time, until you reset the game attribute
Look on the pm I've sent you