soggybag Posted October 19, 2018 Share Posted October 19, 2018 I set up a new scene and am using: this.alien.setTypeA().setCheckAgainstB(); this.physics.world.events.on('COLLIDE_EVENT', (event) => { this.collide(event); }); I get error for both of these? Link to comment Share on other sites More sharing options...
samme Posted October 19, 2018 Share Posted October 19, 2018 What's the error? Link to comment Share on other sites More sharing options...
soggybag Posted October 20, 2018 Author Share Posted October 20, 2018 In both cases it can’t get property of undefined. Link to comment Share on other sites More sharing options...
Recommended Posts