The RPG Maker Resource Kit

Other Game Creation => Game Creation General Chat => Topic started by: VianoceGames on February 28, 2015, 10:30:14 PM

Title: [VXA]The cover up!
Post by: VianoceGames on February 28, 2015, 10:30:14 PM
Eventually I may add a scrolling text intro to give some background of the world I am creating before the 1st cut scene, but for now it is just a blank map that sets up the fade out before transitioning to the 1st map. I am trying to use this approach to cover up the fact that I am changing the player's character sprite for dramatic effect. The problem I am having is that the screen keeps fading in before the graphic changes. I have the transition for the map change set to none so it shouldn't effect the screen fade. I tried using a wait timer before the fade in and still it seems to fade in then change the graphic. It is driving me bonkers.
Title: Re: [VXA]The cover up!
Post by: &&&&&&&&&&&&& on February 28, 2015, 10:43:42 PM
If you use the "Transparent On" the player will start out invisible.

(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi.imgur.com%2FAxgY7Ye.png&hash=076197ea23409bd79788e21b5c3edee8e755698b)
Title: Re: [VXA]The cover up!
Post by: VianoceGames on February 28, 2015, 11:03:12 PM
Yeah, I am already doing that so the player isn't appearing on the blank screen.

I have the blanks screen with the player transparent. Then it fades out (even though it is already a black screen so nothing appears to be happening) to prepare for the next scene. Then the event transfers the player to the starting map with the screen still black. Then the player changes graphic and becomes visible. This is suppose to happen while the screen is still faded to black, but the screen keeps fading in before the graphic changes but after he becomes visible. It is marked for wait until completion and I even added a wait timer, but still it is failing to work the way I believe it is suppose to. I'm going to try adding in a text box before the fade in. Maybe if the player has to hit the action key time will be bought enough for the process to take place.
Title: Re: [VXA]The cover up!
Post by: VianoceGames on February 28, 2015, 11:11:53 PM
I don't understand that bug I was having but adding the text box fixed it.