Applying multiple cameras for all people

nLike

Member
Reaction score
1
Code:
Player Group - Pick every player in Players and do (Actions)
    Loop - Actions
        Camera - Apply Camera 003 <gen> for (Picked player) over 1.00 seconds
        Camera - Apply Camera 004 <gen> for (Picked player) over 1.00 seconds
        Camera - Apply Camera 005 <gen> for (Picked player) over 3.00 seconds
        Camera - Apply Camera 006 <gen> for (Picked player) over 2.00 seconds

Only the first camera gets applied somehow. I'm quite positive I did before multiple camera apply in a loop and it worked. What could I be doing wrong?
 

TheLegend

New Member
Reaction score
10
first things first, the Camera - Apply Cam wont wait, i repeat will NOT wait for the previous cam to be applied. just add a Polled wait between them
 

Accname

2D-Graphics enthusiast
Reaction score
1,462
I dont really understand what you want to achieve with that trigger.
I hope you know that using cameras like this will immediately make all players jump to the camera 006 and not do anything with the first 3 cameras.
 

nLike

Member
Reaction score
1
Well heres the scene that i want

As you enter you get immidiate camera apply to 1, then 2 second, then again new camera, wait 2 second again new camera.

Like watching movie from different corners.

So I just need to add like "Wait - 2 seconds" then apply new camera ?
 

nLike

Member
Reaction score
1
something liek this?

Code:
Player Group - Pick every player in Players and do (Actions)
    Loop - Actions
        Camera - Apply Camera 003 <gen> for (Picked player) over 0.00 seconds
        Wait 2.00 seconds
       Camera - Apply Camera 004 <gen> for (Picked player) over 0.00 seconds
        Camera - Shake the camera for (Picked player) with magnitude 2.00
        Wait 2.00 seconds
        Camera - Stop swaying/shaking the camera for (Picked player)
        Camera - Apply Camera 005 <gen> for (Picked player) over 0.00 seconds
 

Accname

2D-Graphics enthusiast
Reaction score
1,462
Nope, rather like this:
Code:
Player Group - Pick every player in Players and do (Actions)
    Loop - Actions
        Camera - Apply Camera 003 <gen> for (Picked player) over 0.00 seconds
Wait 2.00 seconds
Player Group - Pick every player in Players and do (Actions)
    Loop - Actions
       Camera - Apply Camera 004 <gen> for (Picked player) over 0.00 seconds
Wait 2.00 seconds
Player Group - Pick every player in Players and do (Actions)
    Loop - Actions
        Camera - Shake the camera for (Picked player) with magnitude 2.00
        Wait 2.00 seconds
Wait 2.00 seconds
Player Group - Pick every player in Players and do (Actions)
    Loop - Actions
        Camera - Stop swaying/shaking the camera for (Picked player)
Wait 2.00 seconds
Player Group - Pick every player in Players and do (Actions)
    Loop - Actions
        Camera - Apply Camera 005 <gen> for (Picked player) over 0.00 seconds
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top