by He360 » Wed Jan 28, 2009 9:50 pm
Yes, at first in my game, I have a repeated background in which my character walks by everything. That is, I used the steps that the tutorial that comes with the game gave us e.g. the x = x + 5; and the x = x – 5; codes, with the character being the parent of the view, etc).
But in one particular level, I don’t want the character to walk by a repeated background. I want one particular background to stays put, and I don’t want the character to be able to go past that background.
I was thinking to temporarily disable the character from being the parent of the view. But I don’t know how to do that (I’ve tried). I also tried putting walls around the particular scene so that the character can’t go past it (collision with a physical response), but for some reason that’s not working. Maybe I’m doing something wrong.
I hope this helps.
HE
Sometimes you don't need a goal in life.