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.

Event fading

poccil

Sponsor

The simplest way is to use the Change Screen Color Tone event command:

Code:
@>Comment: Fade out
@>Change Screen Color Tone: (-255,-255,-255,0), @20
@>Comment: Fade in
@>Change Screen Color Tone: (0,0,0,0), @20
 
I may be doing somthing wrong here...
This is what my event reads right now
Set Move route
-up
-left
-left
-upx11
-right
-right
-up
(a bunch of text here)
Change Screen Color Tone: (-255,-255,-255,0), @20
Change Screen Color Tone: (0,0,0,0), @20

But after the text he just starts the movement all over again
 
I assume you have the event set to 'Autorun' or 'Parallel'.

You need to terminate it with a

Control Self Switch A = ON

Followed by a 2nd Event Page with the condition: "Self Switch  A  is ON"

Be Well
 
You need a wait for move completion in between the text starting and the movement so rmxp knows to start the text only once he's finished moving.

And you'll need to add wait commands after both screen fade, wait 20 frames for each or more.
 

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