[RMVX ACE] NEED HELP ON MAKING PROLOGUE CUTSCENE!
Posts
Pages:
1
I am having trouble on making cutscene for prologue, when you start new game, it's suppose to be blacked out and then some dialogue pops up.
I tried fadeout event but when I started the game, it shows the map where the player
is and then fadeout and doing cutscene.
I wanted it to blackout when pressed New Game.
Any instructions will save my day!
I tried fadeout event but when I started the game, it shows the map where the player
is and then fadeout and doing cutscene.
I wanted it to blackout when pressed New Game.
Any instructions will save my day!
The way i've gotten around that godawful issue is to:
1.- Make your very first map a black screen (basically, a map filled with nothing).
2.- Set up your database so the hero sprite is transparent when the game starts.
3.- In the first map (the one filled with nothing), create an auto-start event that fades the screen to black, then teleports the player to a second map, which will be the REAL "first" map.
4.- In this new map, create an auto-start or parallel process event (depending on what you're doing) that, before fading in the screen, sets the main character sprite on.
5.- Now the game should start as if the screen had always been black when you started.
I was going to go on an intoxicated tirade about using the "skip title screen" function to make your own title screen and then doing what i said previously but i realize is not that necessary. Doing the steps i mentioned previously should be sufficient.
1.- Make your very first map a black screen (basically, a map filled with nothing).
2.- Set up your database so the hero sprite is transparent when the game starts.
3.- In the first map (the one filled with nothing), create an auto-start event that fades the screen to black, then teleports the player to a second map, which will be the REAL "first" map.
4.- In this new map, create an auto-start or parallel process event (depending on what you're doing) that, before fading in the screen, sets the main character sprite on.
5.- Now the game should start as if the screen had always been black when you started.
I was going to go on an intoxicated tirade about using the "skip title screen" function to make your own title screen and then doing what i said previously but i realize is not that necessary. Doing the steps i mentioned previously should be sufficient.
Basically what Mirak said^
Pages:
1















