Browse Search Popular Register Upload Rules User list Login:
Search:
Waypoint Movement System

Image:
screenshot of the scene

Author: FRA32

Group: Technical

Filesize: 17.86 kB

Date added: 2015-12-04

Rating: 5

Downloads: 375

Views: 227

Comments: 2

Ratings: 1

Times favored: 0

Made with: Algodoo v2.1.0

Tags:

Scene tag

This scene demonstrates a script that gives the object the ability to move along a set of points set inside the objects attribute.

How to use:

_points = amount of waypoints

_pointcoods(yes typo) = coordinates of all waypoints, written like this: [[x,y],[x,y],[x,y],[x,y]...]

_accuracy = the accuracy of the object. Highter values mean highter velocity reduction for increased ability of maneuvering.

_speed = accelleration speed of the object in m/s²

_tolerance = the radius of the circles around the waypoints that the object has to enter in order to continue with the path.

_counter = intern variable. Tell's what waypoint is currently beeing targeted.

This scene has been uploaded since MoBuilds looked for a way of causing objects to move along certain path's
Last edited at 2016/07/03 21:53:07 by FRA32
Please log in to rate this scene
edit
Similar scenes
Title: Hoverbot Adventures
Rating: 5
Filesize: 70.72 kB
Downloads: 436
Comments: 0
Ratings: 1
Date added: 2012/03/01 12:39:20
Made with: Algodoo v2.0.1 Edu
Rating: rated 5
download
Title: Alpha Centauri A System
Rating: 5
Filesize: 12.34 kB
Downloads: 960
Comments: 0
Ratings: 1
Date added: 2025/07/21 16:42:50
Made with: Algodoo v2.2.4
Rating: rated 5
download
Title: Waypoint - Automated Air Travel
Rating: 5
Filesize: 11.74 kB
Downloads: 1123
Comments: 2
Ratings: 1
Date added: 2021/08/11 06:10:59
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: ??
Rating: 6.4167
Filesize: 106.52 kB
Downloads: 419
Comments: 0
Ratings: 12
Date added: 2008/08/03 01:26:48
Made with: Phun
??
Rating: rated 6.4
download
Title: Simple Railcar
Rating: 5
Filesize: 421.79 kB
Downloads: 181
Comments: 0
Ratings: 1
Date added: 2018/02/03 07:01:26
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Airplane with simple steering
Rating: 5.375
Filesize: 51.76 kB
Downloads: 567
Comments: 3
Ratings: 2
Date added: 2010/07/28 03:59:13
Made with: Phun
Rating: rated 5.4
download
Any way to make it customizable? (if you move the red circles, the path moves? Also, I was looking for a more rigid path, Like it is ALWAYS along this path, NEVER off it in ANY way. This is because if I used this, the attraction wich i would need for creating tide simulations would jumble the objects on paths they wernt suppose to go on.
You can change the path by accessing the moving circles script menu, there, change the coordinates inside _pointcoods to change the path. For more points, also change the _points number to the new ammount of points.

About your perfect path:

My recent bezier-curve scene could help a bit, but I need to customize it first, AND it wont let the object "move", but instead change it's pos. wait a bit and ill upload another scene containing the new version