BY clicking pause button Hover object also has to stop .for that what i have to do.
Develop games in your browser. Powerful, performant & highly capable.
You add an variable like pause, set it to 1 as soon someone hits the pause button.
To the hoover event you add another condition: System: Compare global variable pause != 1
As soon as the player press the pause button again, you set pause to 0