HI, is there any way to control the game frame speeds at runtime ? i need to change the speed of "Parallax" frame of the game, that was added when game object initialized. Code Sample this.addParallax(360, 'media/Ground.png', -400); in the above code, i need to change lets say -400 to -300 at runtime. Any help? Thanks in advance. Regards,