flashing color on character events

● ARCHIVED · READ-ONLY
Started by Klunky2 3 posts View original ↗
  1. In rm2k there was a possibility to flash a character event in any color (on map). I couldn't find something like this in the rpg-maker mv. Is there a plug-in or something like that which could me help?
  2. You can make this happen with a "Show Animation" event command.

    Set up an animation as follows:
    Max Frames: (the duration you want)
    SE and Flash Timing: add multiple effects here with the Frame set to the beginning time of the flash and the Duration set to the length of the flash you want. Make sure it's set to Target and choose your color.

    Then when you add the "Show Animation" event command you just need to choose your animation and which character/event you'd like to flash.
  3. thanks, got the idea for myself just minutes ago before your post, but thanks nonetheless.