Cannot find component: Spaceship

Hi,
I'm making a space invaders game. When I start the app everything runs ok,it stops the music and timers and switches screens. But when I go back to Screen1 via the menu image and try to start it, it starts but throws the "Cannot find component: Spaceship" runtime error but the game works.
SpaceInvaders.aia (5.3 MB)

Stop all clock timers before switch of screens.

Search for FAQ Screens for screen switch advice.

It is this block here causing the problem (actually whatever is in the else socket)

Not found a fix yet.

Reworked your aia a bit

SpaceInvaders_revised.aia (1.6 MB)

1 Like

Thank you for your effort, I'm really at the end of my wits here.