by skydereign » Fri May 27, 2011 7:10 am
You'll need to give me more than "A new problem!", because frankly put that ged file you sent is full of problems. It would help if you asked something, as there are numerous things that should be fixed, and I don't have time to fix them all. It seems you have three events all meant to do the same thing, two of them are tied to the background for some reason... So... remove those three events, Background -> Keydown (a and space), as well as LoadPlayGame -> Keydown (a). You shouldn't have three events trying to do the same thing, they will conflict with each other.
One of the problems is the background is parented to the view. This causes the background to be at a higher zdepth than the view. So if you parent the view to the player, it has a higher zdepth than the player. This means you won't be able to see the Slimeman actor. The list goes on.