transition.nut 98 B

12345678
  1. function willohit()
  2. {
  3. println("willo was hit");
  4. Tux.deactivate();
  5. wait(0.5);
  6. restart();
  7. }