In my events sheet, I have a red spaceship spawning at a certain location every 6 seconds. It looks like this:
system: every 6 seconds system: spawn red spaceship
Then I added a red portal to the spawn area, which is 200, 200 (x and y). I then added another event:
red portal: on destroyed red spaceship: destroy
How do I change it such that it is fixed?