CS Discoveries | Sprite Interactions https://studio.code.org/docs/csd/sprite-interactions/index.html
Most games will involve sprites colliding with each other. There are four types of collisions available in Game Lab: displace, collide, bounce, and bounceOff. These blocks will cause a certain type of interaction between the sprite and its target and must be used within the draw function.