You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 12, 2022. It is now read-only.
In the following program, the purple character continuously falls from the top, and says 'tac' if touching the cat.
The cat moves across the screen, saying 'meow' when touching Tac, after 5 seconds, run the stop block and say stop. Once the cat is stopped, the 'Start on Bump' block is deactivated, so even though Tac detects collision, the cat doesn't.
This is the screen after stop with the sprites touching. Tac has a say bubble, but the cat doesn't.
This came from a project where there were arrows to control the direction of the cat that sent messages. When a message arrived the cat would stop and start going in the direction of the arrow.
In the following program, the purple character continuously falls from the top, and says 'tac' if touching the cat.
The cat moves across the screen, saying 'meow' when touching Tac, after 5 seconds, run the stop block and say stop. Once the cat is stopped, the 'Start on Bump' block is deactivated, so even though Tac detects collision, the cat doesn't.
This is the screen after stop with the sprites touching. Tac has a say bubble, but the cat doesn't.

This came from a project where there were arrows to control the direction of the cat that sent messages. When a message arrived the cat would stop and start going in the direction of the arrow.