Now i know that the cog code to get a sweeping camera effect is something like
MoveToFrame(cam, 1, speed);
MoveToFrame(cam, 2, speed);
MoveToFrame(cam, 3, speed);
But im wondering, what is the code to make the camera switch directly to another frame rather than move between them?
Also, on a slightly different note, is there a line of code that would be able to make a character die during the cutscene?
Thanks
MoveToFrame(cam, 1, speed);
MoveToFrame(cam, 2, speed);
MoveToFrame(cam, 3, speed);
But im wondering, what is the code to make the camera switch directly to another frame rather than move between them?
Also, on a slightly different note, is there a line of code that would be able to make a character die during the cutscene?
Thanks