Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

How Do I Fadein/Fadeout in XP

Hello, everyone.  My current project, Legends of Spiris, calls for me to fadein and fadeout the screen alot.  Problem is that I dont see an event command to fade the screen with.
I just wanted to ask, IS there a way to fade with RPG Maker XP?

It's not urgent, but it's greatly appreciated if it's answered as soon as possible.

Thank ye,
Tach
 

poccil

Sponsor

It's the Change Screen Color Tone event command (page 2 of the list).  Example:

Fading out:
Code:
@> Change Screen Color Tone: (-255,-255,-255,0), @20
@> Wait: 20 frame(s)

Fading in:
Code:
@> Change Screen Color Tone: (0,0,0,0), @20
@> Wait: 20 frame(s)
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top