• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Eventing Question] How to use $game_screen.start_flash

I am having some trouble using the for my game. I mean, I know how the duration part works, but what do I put in the color part? I tried using hex code and it didn't work, can someone maybe give an example script/code for this?

You need to make a new Color Object,enter the RGB values and store it in a varible.
Eg
shade=Color.new(255,255,255)
$game_screen.start_flash(shade,8) should show a white flash for 8 frames
 
Back
Top