PDA

View Full Version : killing vizact timers


cade_mccall
04-17-2007, 12:25 AM
Hi-

If you start a timer with vizact.ontimer, is there a way to kill it?

-Cade

Gladsomebeast
04-18-2007, 10:20 AM
The vizact.ontimer fucntion returns an EventFunction object. This class has a setEnabled() method that can disable the timer.