OnResume
OnResume

Called when the user un-pauses the game.

myJAM.OnResume=function( JAM );

Parameters
  • JAM
    The JAM object which is currently running.
Comments

The game can be un-paused in the same styles as it can be paused. The code in the Resume function will be run before any of the main game code.

See also
JAM:OnPause



JAM © 2005 no one in partiular
Project started by David Evans in 2005