How can i use $game_map.effect_surface s.change_color(1,-136,-136,-85,150) in RPG Maker MV?

● ARCHIVED · READ-ONLY
Started by nguyenndt 2 posts View original ↗
  1. Hi all,

    I've converted my project from RPG Maker VXA to RPG Maker MV. But i can't use $game_map.effect_surface s.change_color(1,-136,-136,-85,150) in RPG Maker MV. It's always say $game_map not definded. Please help me.

    Thanks
  2. It probably doesn't work because of the difference in programming language. I took a quick look at the Script Call List and if I'm assuming right that you're searching for the Tint Screen Script Call, the MV equivalent is $gameScreen.startTint([red,green,blue,grey], duration);