Info

Statistics

  • Download count1,721 total downloads
  • Latest download count 1,170 downloads of latest version
  • Average download count1 downloads per day average

Owners

A list of all Actions, Conditions and Expressions supported in this addon.

Enable

  • Actions

    Set {my} {0}

    Set whether this behavior is enabled. It will also pause current moving.

    {0} {my} set angle

    Enable or disable "Set angle property".

    Set {my} looping to {0}

    Enable or disable looping.

Path

  • Actions

    {my} add point ({0}, {1})

    Add a point on the spline path to go through.

    {my} reset position of point {0} to ({1}, {2})

    Reset position of point. Can not reset current moving segment.

    {my} clean all points

    Clean all points. It will stop current moving.

Move

  • Actions

    {my} start moving

    Start moving.

    {my} stop moving

    Stop moving.

Speed

  • Actions

    Set {my} speed to {0}

    Set the object's speed.

  • Expressions

    Speed

    The current object speed, in pixels per second.

Tension

  • Actions

    Set {my} tension to {0}

    Set tension of curve.

  • Expressions

    Tension

    The tension of curve.

Reach

  • Conditions

    On {my} reach last point

    Triggered when reach last point.

    On {my} reach any point

    Triggered when reach any point.

Angle

Point

  • Expressions

    Point

    Get points or a point or x/y of a point. Add 1st parameter for index of point, add 2nd parameter "x" or "y" or 0 or 1 to get x/y of a point.

    PointsCount

    Get amount of points.

Current segment

  • Expressions

    CurSegP0

    Get start point index of current segment. Add 2nd parameter "x" or "y" or 0 or 1 to get x/y of a point.

    CurSegP1

    Get end point index of current segment Add 2nd parameter "x" or "y" or 0 or 1 to get x/y of a point.

Distance

  • Expressions

    TraveledDistance

    Traveled distance, in pixels.