View Single Post
  #3  
Old 04-09-2009, 09:41 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
It looks like you are creating 2 vizact.ontimer2 objects for the ball when you only need one that repeats once. Try changing the 3 to a 2 in this for loop
Code:
#Create an array of timer action
myTimerAction = []
for x in range(3):
Reply With Quote