Doubt about behavior physics in Construct 2

0

In the example of Construct 2 below, how do I modify to make the player also walk vertically (this default setting only makes it walk horizontally)? The player has this same ball shape, and I think these angles serve to make the rolling effect, since there is no animation in the sprite.

.capx file: link

    
asked by anonymous 14.04.2016 / 23:37

1 answer

2

Good evening,

It would be much easier to work by modifying only the X and Y axes, like this:

Below, the number 5 would indicate the speed of the object.

Disabletheother"is down" to avoid conflict.

I hope I have helped!

    
15.04.2016 / 00:46