SuperSonic wrote:and has a bug
sometimes if you click "play game", the cows will not start to appear. but I'm working on that
Sometimes... for me it didn't work any time, but I know why, and I fixed it.
Your cowfactory actor creates the timers when it's created, but your menu actor
disables cowfactorys ALL events at stratup, including create actor event that creates the timers.
This way the timers won't exists and there'll be no cows.
But you can fix it simply by changing that "event disable (all events)" to "event disable (timer)".
Then it disables timer event that creates the cows. But when you use "event enable (event all)" or "event enable (event timer)", it enables
the timer and cows start appearing.
It's nice.
EDIT:
I see you're having problems with saving and loading highscore..
I could help you if you want.