mems
Memory Lapse
- Reaction score
- 24
Please read this post
about cameras
Panning from a camrea to other
Im trying to create a cinematic for my map. I want to create a custom turn around efect.
I have placed 4 cameras with different perspective views and want to pan them 1 to other
i have used this code:
But it panned only first camera (Perspective01) first and then and did nothing...
can someone please help me about this?
Panning from a camrea to other
Im trying to create a cinematic for my map. I want to create a custom turn around efect.
I have placed 4 cameras with different perspective views and want to pan them 1 to other
i have used this code:
Code:
Player Group - Pick every player in (All allies of Player 1 (Red)) and do (Actions)
Loop - Actions
Camera - Apply Perpective01 <gen> for (Picked player) over 2.00 seconds
Camera - Apply Perpective02 <gen> for (Picked player) over 2.00 seconds
Camera - Apply Perpective03 <gen> for (Picked player) over 2.00 seconds
Camera - Apply Perpective04 <gen> for (Picked player) over 2.00 seconds
But it panned only first camera (Perspective01) first and then and did nothing...
can someone please help me about this?


