Glitch alert! help please!
Okay, I encountered a really annoying glitch in the beta level in my game. When you try and grap onto a grate (hold the up arrow when jumping onto it) about 35% of the time, the scrolling will shift into the upper left hand corner of the screen. I assume this is because another "player" object is being created somewhere in the uper region of the screen. Can anyone help me figure out how I can fix this?
click here and download the file
please note: this version brings you straight into the level. Use z to jump and x to attack.
Re: Glitch alert! help please!
Adding "Number of Climbing Joe = 0" to the start climb event seems to fix it...
Re: Glitch alert! help please!
Quote:
Originally Posted by Werbad
Adding "Number of Climbing Joe = 0" to the start climb event seems to fix it...
I haven't seen the file, but it makes sense. I would think that it was repeatedly creating the climbing person, and limiting it to one object would solve that.
Re: Glitch alert! help please!
wow, thanks. I didn't think it would be that simple :)
i'm pretty sure it's fixed, but i'll post if it's not.
Thanks again!