Hi Ashley!
I'm finally finding some time to work on my game project again: It is a bigger version of The Convergence.
Right now I'm working in the characters and item's behaviors in a very messy sandbox layout. And I found a few problems that have been bugging me.
.CAPX: https://dl.dropbox.com/u/7324985/platform_bug.capx
1- When switching gravity back to the ground, the character will move a few pixels to the right.
2- When the platformer is on top of a moving object and hits a wall, it starts jumping like crazy. Only happens on one side (wall to the left).
3- Don't know if that's a bug, but the character speed changes once it is in a moving platform. If it's not a bug, any hints on how to fix this?
... and a question - don't know if that's a bug:
4- I decided to create a "Dumb Layout" (poor name choice <img src="smileys/smiley9.gif" border="0" align="middle">) where I can store the sprites that I want to create later in the game, but don't want hanging around the layout. This technique works perfectly in the preview mode, but when I export the project, none of the images there will be present. What's happening? Am I missing something?
Thanks a lot, can't wait to show everybody my game! <img src="smileys/smiley4.gif" border="0" align="middle">
EDIT**
oops i made only one question