View Single Post
  #3  
Old 05-06-2009, 02:09 PM
Chrissy2009 Chrissy2009 is offline
Member
 
Join Date: May 2009
Posts: 33
But I only initiate the shoot. Afterwards the balls move automatically.

Where do I have to set the timer?

My code to initiate the shoot is:

Code:
vec.setLength(vizmat.Interpolate(1,400,power.get()))	
info.object.applyForce( vec, 1 )
One ball pushes the other balls away. And the time, until all balls will slow down, I want to constrict to max. 5 seconds.
Reply With Quote