I have what I thought was a pretty straight forward blip of code that simply will not work, and for the life of me I can't figure out why.
As you can see, the Web will randomly spawn a Spider at it's center every 5-10 seconds. I only want 1 Spider on screen at a time, so I've added a condition that, if the timer goes off, AND Spider is not already on-screen, THEN spawn a Spider.
The code as pictured never spawns a Spider.
If I simply remove the "X is on-screen", the web correctly spawns a Spider every so many seconds.
I know for a fact there are no Spiders already on screen. Can anyone tell me WHY this won't work?