NOW IT'S MY TURN.
Narrative cutscenes:This level code shows you my special trigger-matics used in my level series "Last Legacy: Darkness Reborn". As seen in title, you can create narrative cutscenes using my item placement syntax. Here's the code.
- Code: Select all
150x50~.7050aa450~.4672ae23.127ae23.127ae23.127ae23.127ae23.127ae23.127ae23.127ae23.127ae23.127ae23.127ae23.127ae23.127ae23.127ae23.127ae23.127ae23.127ae23~~4;704;992;23;25;0,0,0|600;192;1512;1;1;0;;0|600;224;1512;1;1;0;;0|600;256;1512;1;1;0;;0~0;120;1480;1;0;0~15;704;1504;-1;-1;0;0;;|15;1440;1504;-1;-1;0;0;;|4;704;1504;23;4;0,0,0|6;704;1248;32;256;0;1;cinemamode:sleep,60:subtitle,0,This%20is%20a%20narrative%20text.%20You%20can%20use%20this%20function%20in%20your%20levels.%0D%0DMake%20sure%20the%20alpha%20is%20100%25%3B%20type%20is%200%3B%20has%20cinema%20mode%20before%20Sleep%2060%3B%20Subtitle%20off%20before%20Sleep%2030%3B%20you%20move%20the%20char%20outside%20this%20area.,100:sleep,300:subtitle_off:sleep,30:cinemaoff:movechar,this,1520,1504,0,0,0,1~Narration~MCMania332~1~1;0;0~1~0;0~0;0;3~1394106665~0.4
Remember! If you are placing your own, make sure that:
- You place two transition splitters 23 squares away (X=736)
- You place a hitbox where even a player jumps, the event still goes on.
- Color boxes are exactly black.
- Hitboxes only play once.
- Subtitles are type 0, alpha 100%.
- You place the 60s sleep before subtitle on and 30s sleep after subtitle off.
- You place cinema off before move character.