- Home /
How to use iTween to achieve a camera move with multi - path?
I knew that how to use one path that a camera follows with,but now i have a problem that i have to draw multi-path and when the camera run to one path`s end,and jump to the second one and so on ? what should i do to achieve this? thanks!
Answer by GesterX · May 15, 2011 at 05:06 PM
You can use the oncomplete property to call a function at the end of the path. Just call a function at the end of Path 1 that starts Path 2 etc...
See the iTween Docs for more info
Your answer
Follow this Question
Related Questions
Do multiple cameras impact performance? 1 Answer
Multiple cameras with different viewport rotations 2 Answers
Camera to smoothly LookAt() a series of empty objects along a curved path that act as a 'rail' 3 Answers
Camera target 1 Answer
Why different resolutions makes the camera area change? 0 Answers