| 12-31-2004, 07:00 AM | #1 |
Guest | Ok - I've attached my cinematic/quest as I've completed it this far...However there is an agonizing problem that I can seem to solve. In the part of the intro cine where the Lord Garithos is giving a speech, there is an "apply camera" action. However, instead of simply doing the fade filter and changing the camera, it does the fade filter and "apply camera" twice even though it is only scripted to do it once. Every "apply camera" trigger that I make from this point on has the same problem, it does it twice instead of once. The problem is this: Whenever there is a camera change, it like staggers. For example, when I have the following Apply Camera 1 over 0 seconds. Fade filter (out and back in over 1 second) Wait .25 seconds Apply Camera 2 over 10 seconds. It like...blinks, and does the fade filter and apply camera twice. Someone please help =( |
| 12-31-2004, 05:13 PM | #2 |
i didn't watch it, but u should use 2 fade filters, one for the fade out, and one for the fade in... kind of like this apply fade filter (fade out)... wait ... apply camera object... appl fade filter (fade in)... it worked for me, at least ![]() |
| 01-14-2005, 07:59 PM | #3 |
the problem prolly lies in the event. if the trigger is ran twice, all actions would run twice (common sence? :P) so, what u do is add this @ top of trigger: Trigger - Turn Off (This Trigger) |
