Home
Fusion 2.5+
Firefly+
Tutorials+
Videos+
Guides & Tips+
Extensions
Versions
Teaching


8 Directions Movement

Physical Movements - 8 Directions Movement

The Physics - 8 Directions movement is designed to easily make an object move in the physical world. You apply impulse in one of the 8 directions available on a gamepad, and the object reacts accordingly. It's the "all-purpose" movement of the physical world.

Properties

  • Movement
    • Initial direction
      Choose the direction at which the object will be created. If you select more than one direction, the final direction is chosen at random when the object is created.
    • Directions
      This property is a filter used when you press the gamepad keys. Only the directions selected in this property will have an effect on the object. For example, if you only choose the left and right directions, the object will only be able to move to the left and right.
    • Acceleration
      This property contains the acceleration factor of the object. A higher value means that the object will go from static to full speed in the minimum amount of time.
    • Deceleration
      This property contains the deceleration factor of the object. Once you release the keys (or the gamepad), the object will slow down. The higher the value of this property, the faster the object will come back to a zero speed.
    • Rotation speed
      This property contains the speed at which the object rotates around itself when you change the direction. A value of 100 will make an instant turn.

  • Object
    • Density
      This property contains the density of the object, a number from 0 to 100. A dense object will be heavier, and therefore more difficult to move when colliding with other objects. The mass of the object is calculated by the engine from the surface of the object and from the density.
    • Friction
      This property defines how the object behaves when it is colliding with another object. A friction of 0 will make the object slide on the other object (like ice-skating). A friction of 100 will make it stop when it collides with another object (and will influence the other object).
    • Elasticity
      This property contains the elasticity factor of the object. Use 0, and the object will stop as soon as it collides with another object. Use 100, and the object will bounce, keeping the momentum of its movements. Intermediate values change the bouncing factor, and how the momentum is transfered while bouncing.
    • Gravity scale
      This property contains a percentage indicating how much of the physical world gravity must be applied to this object. 100 will apply the gravity as defined in the Physic Engine object. 0 makes the object float in the air. 200 will put a gravity twice as strong on the object, and thus make it fall faster.

  • Joint
    Clickteam Fusion 2.5 allows you to automatically create a joint linking your object to another. This allows you to create cars with moving wheels, animated skeleton-based characters, flippers etc.
    • Type
      This property indicates which kind of joint to create. It can take the following values :
      • None
        No joint is created, the object is independant from any attach. This is the default value.
      • Revolute joint
        A revolute joint is created: the object will spin around its axis, and will be firmly linked to the other object. If this option is selected, two new properties appear :
        • Lower angle
          Enter in this property the minimum angle of the joint, in degrees. If the two values are equal, the joint will have a fixed angle. If the lower value is higher than the upper angle, the joint will have no angle limits.
        • Upper angle
          Enter in this property the maximum angle of the joint, in degrees.
      • Distance joint
        A distance joint is created : the object will stay at a fixed distance from the parent object, and will swing on its axis. Two new properties appear if this option is selected :
        • Frequency
          Enter in this property the resonance frequency of the joint, in Hz (number of vibrations per seconds). If a force is applied to the joint, the axis will start to resonate at this frequency.
        • Damping
          Enter in this property a damping value from 0 to 100, that will stop the axis from resonating.
      • Prismatic joint
        The object will be linked to the parent object by an invisible piston, and will only move on its axis. Two new properties appear when you select this option :
        • Lower limit
          Enter in this property the minimal distance between the two objects, in pixels. If this value is equal to the upper limit, the object will not be able to move on its axis. If this value is higher than the upper limit, the joint will not be limited.
        • Higher limit
          Enter in this property the maximum distance between the two objects, in pixels. The joint will be limited between the lower and the higher values.
    • Joint name
      Enter in this property a unique name for the joint. You will be able to access this joint and set its parameters by using this name with the Physics - Engine Joint actions.
    • Joint with
      Enter in this property the name of the object to link with. If no object with that name exists in the frame, then the joint is not created. If several objects with the same name exist, Clickteam Fusion 2.5 will choose the closest object to create the joint.
    • Anchor
      Defines where the joint is created.
      • From the hot-spot
        The joint is created at the hot-spot of the two objects (or the current object only for revolute joints).
      • From the action-point
        The joint is created at the action-point of the two objects (or the current object only for revolute joints).

  • Advanced
    • Engine ID
      This property is designed to be used if you drop more than one Physics - Engine object in your frame. Enter the Engine ID value of the engine you want to use for this movement.
    • Collision shape
      This property defines the collision shape of the object, as seen in this page.
    • Auto-rotations
      This property defines how the object should be displayed, as seen in this page.
    • Smooth rotations
      This option has an effect in Windows applications only. If you check this option the image rendering will be much better when the object is rotated. Note: if your application is in Standard Display mode (non Direct3D) use this option carefully as it takes more processing time in this mode.

Actions

  • Stop
    Stops the object. If the stop action is called within a collision with another object, the other object will be pushed. If the action is called out of a collision context, the speed of the object is set to zero (but the gravity continues its action, and the object will start to fall again).
  • Set gravity
    Changes the gravity scale of the object. This value represents a percentage of the world's gravity applied to this object. A value of 100 will apply the full gravity of the world. A value of 0 will make your object float in the air. A value of -100 will have an effect opposed to the gravity of the world, and make your object float like a balloon.
  • Set speed
    Changes the speed of the object. The object will start to move in its current direction..
  • Set rotating speed
    Changes the rotation speed of the object.
  • Set acceleration
    Changes the acceleration factor of the object. The value has the same meaning as the "Acceleration" property.
  • Set deceleration
    Changes the deceleration factor of the object. The value has the same meaning as the "Deceleration" property.
  • Physics
    • Set elasticity
      Changes the elasticity factor of the object. Use a value of 0 and your object will stop instantly when colliding with other objects. A value of 100 will make your object totally elastic : it will bounce when colliding with other objects or backgrounds.
    • Set friction
      Changes the friction parameter of the object. This value defines how the object behaves when it is colliding with another object. A friction of 0 will make the object slide on the other object (like ice-skating). A friction of 100 will make it stop when it collides with another object (and will influence the other object).
    • Apply impulse
      This action applies a brief force to the object in the given direction, resulting in the object moving in this direction, faster or slower depending on the object's mass. Parameters: strength of the force to apply, and direction in degrees.
    • Apply force
      This action applies a constant force to the object : once started, the force will be applied at every loop of the game, until a "stop force" action is executed. Parameters: strength of the force and its direction in degrees.
    • Stop force
      Stops a force that has been applied to the object. The object will continue to move at its current speed and direction.
    • Set linear velocity
      Sets the instant velocity of the object. The object will start moving in the given direction, whatever its mass, size or density. It awaits the speed of the movement, a value from 0 to 250, and the direction in degrees.



Spread the word!



You can share this document using the following buttons.




Submit your own User Tip