event phases

i have a collision function…

besides e.phase == “began”
e.phase == “moved”
e.phase == “ended”

is there another phase that detects all collision?
[import]uid: 24708 topic_id: 12327 reply_id: 312327[/import]

No, the only collision phases are “began” and “ended”, “moved” is not a collision phase. You can read about collision detection here. Let me know if you need any more help. [import]uid: 17138 topic_id: 12327 reply_id: 44903[/import]