Hi all!!
I did yesterday my first game in construct 2. But the animations dont look like i want :S
dl.dropbox.com/u/61522720/Friki%20del%20espacio/Juego/index.html
How i can fix the problem of the jump (sometimes not jump) and when he is falling (Image 1) i want to move that frame on the air. Actually when u are in the air run anyways
Thank u! :D
Image 1: <img src="https://dl.dropbox.com/u/61522720/Friki%20del%20espacio/Frames/downside.png" border="0" />
The project here: dl.dropbox.com/u/61522720/Friki%20del%20espacio/Frames/friki.capx
The link doesn't work. Not sure what you're trying to say.
Develop games in your browser. Powerful, performant & highly capable.
Yes, it works, refresh it.
Try doing something like this instead, since you are using platforming.
<img src="http://puu.sh/2qoLT.jpg" border="0" />
You can check if the player is falling, jumping, near a wall, walking left or right. It's a lot easier.
Many thanks! ill try :D But i should delete the commands of the key?
If I were you I would use the key commands to do your own movement instead of the arrow keys, but you may want to keep the mirror key for left and right because I'm not sure if the platforming behavior can detect that.