View Single Post
  #5  
Old 10-07-2010, 01:07 PM
Philippe Philippe is offline
Member
 
Join Date: Jul 2010
Posts: 12
Actually, I think that the best way is to use:

def udpateGunPosition():
(the code)

and then use

vizact.ontimer(0,udpateGunPosition)

in the main program.
This should do the job, right?
__________________
Thanks,

Philippe

Last edited by Philippe; 10-07-2010 at 01:12 PM.
Reply With Quote