Is there anyway to change the flash behavior color

0 favourites
  • 4 posts
From the Asset Store
HSV RGB Color Picker and Converter for Construct 3
  • Hi everyone. The flash behavior is great but instead of it flashing white, I need it to flash red. Anyway to do this?

    Thanks

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • There isn't any way to change the flash colour unless you modify the java script(coding) of the program.

    what you can do is add the tint effect to your character and change the redness of it to 255 and then in your event add an event that disables the effect at the start of the layout, and when ever you want him to flash just add the action:

    set effect enabled

    wait 0.5 seconds

    set effect disabled

    wait 0.5 seconds

    set effect enabled

    wait 0.5 seconds

    set effect disabled

    wait 0.5 seconds

    and that shall make your character flash

  • Thanks Chris. Actually I'm trying to make the background flash from what it is to a red tinted version then back to show the damage being taken.

  • I figured a work around. I set up three layers 1st a completely red background, 2nd the flashing background, third the sprites.

    This way when the second layer flashed the first layer (red) shows through.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)