How do I control left/right movements (mouse/accel)

0 favourites
  • 3 posts
From the Asset Store
Awesome drifts on auto generate way,tap to steer right.
  • Hi!

    I have an object which has to have left/right movements. I cannot use 8-direction behavior because I won't use keyboard.

    So I tried CustomMovement. The thing here is that I don't want to work with acceleration. The object physics inertia is killing me. I just want to set the object's constant speed.

    Here's where I am:

    Events sheet:

    • System (On tart of layout): Object -> Set CustomMovement Overall speed to 1
    • System (Every tick): Object -> Accelerate CustomMovement 100 toward (Object.X + touch.Beta, Object.Y)

    Whenever acceleration goes left or right or even mouse movement (if it is before or after the object) I want the object to move left or right in constant speed.

    Any ideas?

    Thanks!

  • Hello!

    Im not very good with C2 but I think what you would do is make the behavior 8-Direction then click on the sprite. Under behaviors click on Directions and change it to left and right. To stop the friction and inertia change the acceleration and deceleration to a very high number like 1000. I hope this helps!

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • If you are still interested, this is a way to do what you describe, without behaviors.

    http://www.eli0s.com/Tests/XMovementFollowMouse.capx

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)