I am making a scroller, and I want to be able to have AI Patrolling off-screen, I want them to attack, and jump around and move regardless of whether you can see them. I am having a slight bit of trouble allowing it to use normal sensing scripts due to the fact that the platforms to the side compress into one big platform. What should I do?
Offline
What you could do is split the stage up into different invisible sections (probably using seperate sprites) and give them an forever if statement for the actions you want them to do.
I don't know if this answers your question though.
Offline