http://www.byond.com/forum/post/2829353
In reference to Lummox's reply, hopefully there'll be better support for looping.
ID:2834086
Nov 10 2022, 6:56 pm
|
|||||||
| |||||||
Nov 14 2022, 11:29 am
|
|
Can you flesh out what you're looking for in more detail? The more detail I have to work with in a feature request, the better.
|
In response to Lummox JR
|
|
Lummox JR wrote:
Can you flesh out what you're looking for in more detail? The more detail I have to work with in a feature request, the better. Basically this post: http://www.byond.com/forum/post/1433793 However, changing the offset (while I'm sure this is intended) doesn't loop back to the offset, instead loops back to the beginning of the sound. It'd be great if at the end of the loop, it restarts at the offset point. Or there could be more some support for the already incorporated .ogg loops. Or something like this: var/sound/S = new('sound.ogg',repeat=1,repeat_offset=x) |