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]