Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: KC1302 on July 01, 2015, 12:42:29 PM

Title: Toggling between 5 separate cameras. (SOLVED)
Post by: KC1302 on July 01, 2015, 12:42:29 PM
Hi, any ideas how to toggle between 5 separate cameras in the scenes.
I managed to get it to work with 2 cameras but gets complicated once there are multiple cameras involved. Quite simple between switching between state 1 and state 2. But how would you do this with for  5 cameras?

Can someone enlighten me. ?

The cameras are mapped to keys.
For example : Camera 1 mapped to F1    Camera 2 mapped to F2.





















Title: Re: Toggling between 5 separate cameras.
Post by: djaydino on July 01, 2015, 01:55:33 PM
you can make 2 fsm's like this :

(http://s25.postimg.org/nprspg2of/set_Camera.png)
(http://s25.postimg.org/jfd4tuxlb/set_Camera_2.png)

i guess you used the action Set Main Camera, if not put whatever works for you.

in the 2nd picture, in the set camera 1/2/3/4/5 state add a send event and maybe a little pause and target it to the Camera 1/2/3/4/5 events from the 1st fsm
Title: Re: Toggling between 5 separate cameras.
Post by: KC1302 on July 02, 2015, 01:10:46 AM
Cheers, VERY VERY usefull.
Thanks again for the time. I appreciate it.
Title: Re: Toggling between 5 separate cameras.
Post by: djaydino on July 02, 2015, 07:34:10 AM
hi,

with pleasure.

pls add [SOLVED] to you topic :)