Notifier not working

could someone help identify why the student's notifier is not working when the white ball hits the "zombie"
OGZombies_copy.aia (497.2 KB)

Here's what you had:

There were these things wrong:

  • You overwrote the other variable, which you needed for the collision logic
  • You missed out on the Is In List block. Comparing a single item against a list always fails (especially if you just trashed the item)

Here's what you needed: