Re: Cutscenes


[ Follow Ups ] [ Post Followup ] [ The Massassi Temple Message Board ]

Posted by Wazoo on September 28, 1998 at 22:20:58:

In Reply to: Re: Cutscenes posted by Jarrod Li on September 28, 1998 at 22:13:22:

: Post the cutscene here so we can read it and give you a hand with whatever might be wrong. First off though, make sure that it is in your project directory and has all of the right info in the cog.
: Jarrod Li


here ya go: (sorry i dont know how to make it small)
symbols

message startup
thing player local
thing xwing
keyframe xwingfly1=xwing1.key local

thing Camera1
thing Camera2
thing Camera3
sound xwing1=00industrialamb02.wav local
sound ties1=tieenginewhine01.wav local
surface surface1

end

code

startup:
player = GetLocalPlayerThing();
jkBeginCutscene();

SetActorFlags(player, 0xa00000);
SetCameraFocus(0, Camera1);
Print ("I can't shake these guys!");
SectorSound(0, xwing1, 5);
Sleep(2.0);


SlideWall(surface1, 0.000/1.00/0.00, 5);

SetCameraFocus(0, Camera2);
Print ("We have him now");
SectorSound(0, ties1, 5);
Sleep (1.0);

SetCameraFocus(0, Camera1);
Print ("Luke, you're our only hope");
SectorSound(0, xwing1, 5);
Sleep(2.0);

SetCameraFocus(0, Camera3);
PlayKey(xwing, xwingfly1, 1, 0x002);
Print("I'm going for it");

Return;
end

Its the start of luke going down the ds trench, but it just doesnt play



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ The Massassi Temple Message Board ]