View Single Post
  #4  
Old 05-06-2009, 03:52 PM
Moh200jo Moh200jo is offline
Member
 
Join Date: Feb 2009
Posts: 99
to shoot balls each time, try to define a shooting function, may be something like this
HTML Code:
def shoot():
    pass
   .
   .
vizact.ontimer(5,shoot)#each 5 sec
this script could have what you are looking for
let me know if this helped you.

Last edited by Moh200jo; 05-06-2009 at 03:56 PM.
Reply With Quote