Thread: Timer Question
View Single Post
  #4  
Old 03-31-2009, 05:29 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
If you just want to call functions based on keypresses use something like

Code:
vizact.onkeydown('a', func1)
vizact.onkeydown('s', func2)
Reply With Quote