
Snooker
6 months ago
animation test: kajimba.com
-
Vimeo: About / Blog / Developers / Jobs / Community Guidelines / Community Forums / Help Center / Site Map / Merchandise
/ Get Vimeo

Previous Week
can you point me to some resources to get a handle on this? for right now I've just been building collision objects like ramps to roll a ball and hit another (hiding these objects from the render).
I've tried blender artists but I'm asking here because this is exactly what I'm looking for.
any help would be appreciated... thanks!
Just create a boolean property and init it to "True". Then add a sensor of type "property" where you check if that property is equal to "True", and link 2 actuators to it:
One of type "motion" where you set the desired initial velocity, force, etc, and other of type "property" where you set that property to False.
The motion actuator will only have effect on the first frame.
Maybe there are other ways to do this, but this worked OK for me.