Hello everybody!
function startTimer()
timerSource = timer.performWithDelay(1000, showMole, 0)
end
I have this code ^ which activates a “Mole” from appearing and disappearing in different holes. I would like to know if there is a way to make the “Mole” do the same function BUT appear and disappear faster as time progresses. I would really appreciate the replies, thanks!