Search found 2 matches

by jmartin82
Tue Aug 11, 2015 4:41 pm
Forum: Support and Development
Topic: tween.lua and love.audio.setVolume
Replies: 5
Views: 2128

Re: tween.lua and love.audio.setVolume

Thank you so much, everyone!

I ended up using Roland_Yonaba's suggestion since it looked a little cleaner than the metatables (which also just scare me right now, haha). Seems like it works perfectly!
by jmartin82
Mon Aug 10, 2015 8:00 pm
Forum: Support and Development
Topic: tween.lua and love.audio.setVolume
Replies: 5
Views: 2128

tween.lua and love.audio.setVolume

Hi,

Does anyone know if it is possible to use tween.lua to fade out audio using love.audio.setVolume? The tween.lua github page says the target must be a table, so I feel like I might be out of luck since setVolume is a function. I'm not sure if I can pass the target into tween.lua in any way.