- Joined
- Apr 23, 2018
- Messages
- 1
- Reaction score
- 0
- First Language
- English
- Primarily Uses
- RMMV
I just started using RPG Maker at the request of a friend and have been running into a few issues. Two, mostly.
1. Is I'm trying to set up a Fog System which can fade in and out according to where the player steps. So when they step into a circle, the fog fades in, and when they step out of it, the fog fades out. Issue is that I don't want the fog to be a static image, but to move on a loop.
Problem I've been running into is that the loop for fog movement will reset the opacity of the fog image, and there's no way to set the opacity according to variable. Is this something that needs to be fixed VIA Javascript, or is there more simple solution?
2. Is there any documentation of RPG Maker MV anywhere? Because while I don't think learning Javascript will be hard, I haven't been able to find any sort of documentation on the RPG Maker MV Library.
Thanks in advance!
1. Is I'm trying to set up a Fog System which can fade in and out according to where the player steps. So when they step into a circle, the fog fades in, and when they step out of it, the fog fades out. Issue is that I don't want the fog to be a static image, but to move on a loop.
Problem I've been running into is that the loop for fog movement will reset the opacity of the fog image, and there's no way to set the opacity according to variable. Is this something that needs to be fixed VIA Javascript, or is there more simple solution?
2. Is there any documentation of RPG Maker MV anywhere? Because while I don't think learning Javascript will be hard, I haven't been able to find any sort of documentation on the RPG Maker MV Library.
Thanks in advance!

