Page 1 of 1
Cutscene-Level-Cutscene-Level-...
Posted: Wed Jun 11, 2008 7:20 am
by Matte
How is it possible to create a cutscene at the end of each level, and when the cutscene ends, you get teleported to the next level? Because I think I do something wrong with these entities, since the game crashes when I try this.
Re: Cutscene-Level-Cutscene-Level-...
Posted: Thu Jun 19, 2008 10:29 pm
by Danimita92
There's an entity called cutscene
Re: Cutscene-Level-Cutscene-Level-...
Posted: Sat Jul 05, 2008 9:09 pm
by metal_head
Matte wants the game to play the movie after the level ends (if I got it right).In the ChangeLevel entity there is the szCutScene.Just set the path to the video file you want your game to play in that column ( for example szCutScene movie1.avi).When the level change,the Cutscene will play.
Note:It will play only .avi or .gif files.
Re: Cutscene-Level-Cutscene-Level-...
Posted: Mon Aug 11, 2008 8:11 pm
by Matte
I knew there was an entity called like that... Thanks metal-heaD.