- Joined
- Mar 2, 2014
- Messages
- 4,088
- Reaction score
- 2,688
- First Language
- Greek
- Primarily Uses
- RMMZ
It would be nice to have some help here.
I am not sure about the syntax of these commands.
I am not sure about the syntax of these commands.
- $gameScreen.movePicture(pictureId, origin, x, y, scaleX, scaleY, opacity, blendMode, duration)
- Sound Object: { name: filename, volume: n, pitch: n, pan: n }
- AudioManager.playBgm( refer to sound object above );
- AudioManager.fadeOutBgm(n);
- It would be nice to know what values these parameters can take.
- It would also be nice to see a few examples, so we can understand how to use them.