If I have a sprite that leaves the layout with a wrap behavior, I'd like to have a detectable event for acting on the wrap happening. Is there already a way to do this easily?
Develop games in your browser. Powerful, performant & highly capable.
+ Sprite: Is outside layout
-> Sprite: Set wrapping to Sprite.wrapping&"tapping"
+ System: Else
-> Sprite: Set wrapping to Sprite.wrapping&"evermore"
Only this and nothing more.