Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: samwilson313 on April 15, 2009, 08:05:41 AM
-
i trying to make a cutscence .Where its cuts awayfrom the hero to a scene with all the bad guys talking for it to cut back to the hero again. I`m finding it hard because the event are on diffrent maps
-
Have the first scene as an autostart with no trigger, and have the event itself. At the end of the event, teleport to the other map, and changing sprite association if you have to.
At the other map, do the same thing, one autostart event, no trigger, but end this one with both turning on a switch, and teleporting back to the first scene.
Back at the hero map, edit the first autostart event, adding a second page to it. On the second page, put the events, and set the trigger to be, "when switch is on.
As long as that switch is on, then it should continue the scene as planned, rather than getting stuck in a loop.
-
I put this together for you, it might be of some help.
(http://i43.photobucket.com/albums/e354/hellroc/Chara%20Help/cutscene_tut.jpg)
(http://i43.photobucket.com/albums/e354/hellroc/Chara%20Help/cutscene_tut2.jpg)
(http://i43.photobucket.com/albums/e354/hellroc/Chara%20Help/cutscene_tut3.jpg)
(http://i43.photobucket.com/albums/e354/hellroc/Chara%20Help/cutscene_tut4.jpg)
This is a basic cutscene tutorial.
-
Wow man that helped me a lot ^^! i was thinking on doing something like that in my game too and this is very helpfull thanks man :D
-
Your welcome.
-
o **** Rahl, thats awesome. This actually helped fix a tiny issue i had with my Cut scene!! Thanks alot dude lol
-
No problem, I like helping people.