Working on a basic game now, but I'm going to continue expanding it and adding new things as I learn. This is where I'll put any questions I have about it.
I'm wondering if there are any preset methods that can do that, like 'wait(100)' or something. My other question is if there was any way to get an instance to always be rotated towards another instance. (For the purpose of following.)
That's about it for now. I really appreciate the help.
canLoseHealth = false; //I want a delay right here. Not like Greenfoot.delay() where the entire act stops, I just want a pause between these while everything else continues. canLoseHealth = true;