Hey there guys,
Im having a timer issue.
id like to make a timer so AFTER 2 seconds it does what i need it to do.
i have this but it plays the sound right away.
function tapAbut (event)
if letterCount == 5 and abutSpent == 0 and enteredText.text == secretWord.text and tries > 0 then
goodWordSound()
getWords()
end
now lets say i don’t want goodWordSound() to happen tell 2 seconds later.
how can i do that?
thank you in advance.
cheers
[import]uid: 8094 topic_id: 23424 reply_id: 323424[/import]
