guest Posted August 22, 2018 Share Posted August 22, 2018 (edited) In Phaser2.x we can get `events.onOutOfBounds and events.onEnterBounds` for a Sprite object by enabling `sprite.checkWorldBounds = true`, With this event i can track how long an image object appeared on the screen. But in Pasher3.x, looks like it doesn't have events for `.onOutOfBounds and .onEnterBounds` It 'd be great, if you can give some insights on tracking how long an image object appeared on the screen on Phaser3.x Edited August 28, 2018 by guest question was not clear Link to comment Share on other sites More sharing options...
Recommended Posts