Mikuri's Questions - Help me :(

● ARCHIVED · READ-ONLY
Started by Mikuri 2 posts View original ↗
  1. Hi everyone :)

    This thread will be updated as I advance into my project. Thank you for helping me :) !

    1. When Load Game is successfull:

    #-------------------------------------------------------------------------- # * Processing When Load Is Successful #-------------------------------------------------------------------------- def on_load_success Sound.play_load fadeout_all $game_system.on_after_load SceneManager.goto(Scene_Map) end1a. Is there a way to modify which map, facing direction and which coordinates the player will start?

    1b. What would be the way to put the Player Opacity to 0 in this process? And be able to revert it back when needed.

    1c. Can I do a FadeOut to black and call the FadeIn myself when I need it to?
  2. Graphics.fadein(amount)to fade in.

    Graphics.fadeout(amount)to fadeout.

    Sure you can :)