Screen shake snippet

● ARCHIVED · READ-ONLY
Started by RoseofCrimson 2 posts View original ↗
  1. I'm pretty stuck at this point. I've tried:

    $game_screen.start_shake(2, 3 , 4)
    $game_map.screen.start_shake(2, 3 , 4)

    ... I also tried transferring the attr_reader (and making it an accessor) to my script, but I'm getting nothing.

    A little help?

    Edit: I'm an idiot. I fixed it. (A conditional that triggered after a variable reset)
    It's $game_screen.start_shake(2, 3 , 4)
  2. [closed]IgnoreMe[/closed]