In my zombie survival/shooter test engine i want the zombies to also go up slopes with the simple engine I made so they would follow the player. But strange and unexplainable things happened. Please help with this. PS please do not steal programming or graphics without my permission. http://www.mediafire.com/?2mg5itzbijk
Then
Zombie is Over Backdrop
Set y of zombie to y of zombie - 1
do the same for the fast zombie
set y of fast zombie to y of fast zombie -1
then do
zombie is not overlapping backdrop
set y of zombie to y of zombie +1
you might want to copy and paste this one a few times.
I try to stray away from using fastloops for things involving multiple objects since problems can arise. Especially when the fix is simple.
I made an example, but if you follow what I said you won't have to see it. I removed some code carelessly and added some carelessly as well so its far from efficient. It would be much better if you did it yourself since you are accustomed to your own code already =]/