- Joined
- Sep 19, 2013
- Messages
- 108
- Reaction score
- 19
- First Language
- English
- Primarily Uses
- Other
I am interested in using RPGmaker with the gamedistribution SDK.
How do I:
rpg_core.js:7770 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page.
Thanks.

How do I:
- Invoke a method to pause AND mute your game within the SDK_GAME_PAUSE event. Will be called every time a video advertisement is ready to play. It is important that the game is muted, as background audio through video advertisements is forbidden.
- Invoke a method to resume your game within the SDK_GAME_START event. Will be called every time a video advertisement is done playing.
rpg_core.js:7770 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page.
Thanks.