Shouldn’t this work?
local soundID = math.random(3)
local playLaugh = function()
Sound = {}
Sound[1] = “laugh-6.png”
Sound[2] = “laugh-7.png”
Sound[3] = “laugh-8.png”
media.playEventSound( Sound[soundID] )
end
timer.performWithDelay( 1000, playLaugh, 0 )
Any thoughts will be appreciated! [import]uid: 10062 topic_id: 3881 reply_id: 303881[/import]