is it possible, when i click on object, that it will move in specific trajectory?
You could do it in a few ways.
One way would be to give it the bullet behavior, set initial speed to zero, when clicked, set angle to required, set speed, set activated, and off it goes.
Example .cap is HERE
i am searching for something complicated.
i dont want only to move it by specific way, but even trajectory.
here is example what i need to achieve: filefactory.com/file/cd4001c/n/a.jpg
Develop games in your browser. Powerful, performant & highly capable.
sorry, here is better link to what i want to achieve: imageshack.us/photo/my-images/714/67280928.jpg
I'd say what you want is to use the path behaviour.
A trajectory is something entirely different. http://en.wikipedia.org/wiki/Trajectory
yes,you are right, sorry that i wrote it wrong...
how can i achieve this?
i want object to get to another object, but i need it be able to follow specific path
Add the Path Behaviour to the object, in Property sheet click on 'Path Edit' and place the nodes wherever you want.
New example HERE.
it writes me this: You require the behavior 'Path Movement' to open this file.
does it means i am missing some plugin?
You should be able to find it using search, like THIS. You will probably come across a lot of missing things occasionally. Remember: search is your friend :)
You might want to read the original thread HERE from R0J0hound that explains Path Movement in great detail.
thanks much!
it is exactly what i need :)