s4m_ur4i Posted April 14, 2018 Share Posted April 14, 2018 A general Question regarding groups / collisiongroups. Or Arcade sprites itself. I got a group of sprites "Minion" and the "level" collision group. 1. The Minions should collide with all sides:( left, up, right, down) with the levelgroup. 2. But for "Minion" vs "Minion" they should only collide top. By setting "checkCollision" I disable the collision with the level-group. Is there an easy way to archieve this behavior? Link to comment Share on other sites More sharing options...
samme Posted April 14, 2018 Share Posted April 14, 2018 You can set the checkCollision properties before each collision call, as necessary. s4m_ur4i 1 Link to comment Share on other sites More sharing options...
s4m_ur4i Posted April 30, 2018 Author Share Posted April 30, 2018 thanks Link to comment Share on other sites More sharing options...
Recommended Posts