ORIGINAL NOTES: Pixel Quest =================================================== Arrow Keys "O" to get your save code =================================================== <>THERE IS ONLY ONE LEVEL! STILL ALPHA TESTING!<>
I /think/ I've got everything you wanted me to do fixed. :) For future reference, you needed a "sensor" costume that is just a black rectangle. Without it, your costumes (and therefore your collision sensors) change. That's how you get stuck in a wall. From there, you had an infinite loop going that would attempt to pull you out of the wall but fail (infinitely). The sensor should do the trick, but I also added infinite loop protection, so that if you do get stuck in a wall, nothing will crash. :D