sistemlogikadigital Posted December 31, 2018 Share Posted December 31, 2018 I tried to change animation from GUI_Object when game paused, but the result : 1. object's animation not changed. 2. object's animation changed after the game resumed. so, How to change animation when game paused? Quote Link to comment Share on other sites More sharing options...
obiot Posted December 31, 2018 Share Posted December 31, 2018 You can use the updateWhenPaused flag on any renderable based object to update them even when the game is paused: http://melonjs.github.io/melonJS/docs/me.Renderable.html#updateWhenPaused Quote Link to comment Share on other sites More sharing options...
sistemlogikadigital Posted December 31, 2018 Author Share Posted December 31, 2018 21 minutes ago, obiot said: You can use the updateWhenPaused flag on any renderable based object to update them even when the game is paused: http://melonjs.github.io/melonJS/docs/me.Renderable.html#updateWhenPaused Oh great!!, thanks it works Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.