phaser-es6-webpack icon indicating copy to clipboard operation
phaser-es6-webpack copied to clipboard

timer loop events in create function get error

Open The-five-stooges opened this issue 4 years ago • 0 comments

code in Game.js create function() this.game.time.events.loop(900,console.log('test'), this); this.game.time.events.stop(false); this.game.time.events.start();

error message: Uncaught TypeError: Cannot read property 'apply' of undefined

The-five-stooges avatar May 12 '21 08:05 The-five-stooges