i have a guy who walking, can i make loop sounds with interval.
step sound --- 0,5 sec --- step sound ???
Try using the 'Every X milliseconds' under systems to add an interval between sounds.
This might make it clearer:
<img src="http://i41.tinypic.com/52nj1j.png">
Hope this helps!
thanks, yes it works, but i dont know is that the right way, what i made?
<img src="http://i39.tinypic.com/x0xvlw.jpg">
I'm no expert when it comes to Construct but what you've done seems correct.
Develop games in your browser. Powerful, performant & highly capable.
I wouldn't do it like that personally I would make it based on the animation frames with a trigger once condition.
+Animation Frame = X
+Trigger Once
--Play Sound
That way its time Independent and has no chance of being screwy with the clock.