Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Phayre on July 21, 2007, 03:51:20 PM
-
This is probably kind of obvious, but I have no idea what to do. I want the pictures I show to fade in over the current screen, so it's not just WHAM! PICTURE! HAH! How do I do this?
-
i did like this:
picture 1 top transparency 90% bottom transparency 90%
picture 1 top transparency 80% bottom transparency 80%
and so on til I got to 0. There might be an easier way, but thats how i did it.
-
Show Picture 1: 100% Transparency
Move Picture 1: 0% Transparency (Remember to set the time, and whether or not you want a wait command.)
There you go. Oh and if you need to recycle picture space.
Erase Picture 1
-
Great, thanks muchly. This will help me spruce up my rather bland intro.