I run up against the stupidest damn problems 2!

Here’s another one. Copied almost verbatim from the on-line manual. But the call back listener isn’t being called!

[code]
local startGame = function(event)
print(“I WAS CALLED!”)
end

function startGameNotify(event)
local playBeep = function()
media.playEventSound(TOTsnd.beepSoundId, startGame)
end

timer.performWithDelay(500, playBeep)
end
[/code] [import]uid: 295 topic_id: 1945 reply_id: 301945[/import]

Nevermind. I just found that this is a Beta 8 bug [import]uid: 295 topic_id: 1945 reply_id: 5743[/import]