ID:2834086
 
Applies to:Dream Maker
Status: Open

Issue hasn't been assigned a status value.
http://www.byond.com/forum/post/2829353
In reference to Lummox's reply, hopefully there'll be better support for looping.
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)
//when the sound is finished, it'll repeat starting at the repeat_offset.