Browse Search Popular Register Upload Rules User list Login:
Search:
i need help

Image:
screenshot of the scene

Author: astrotheooooong

Group: Default

Filesize: 27.82 kB

Date added: 2026-06-09

Rating: 5

Downloads: 21

Views: 10

Comments: 1

Ratings: 1

Times favored: 0

Made with: Algodoo v2.2.4

Tags:

Scene tag

if you know how to do this please comment
Please log in to rate this scene
edit
If the object2 (square in diagram) doesn't move:
teleporter's onCollide (e)=>{e.other.materialName == "replace this" ? {e.other.pos = (copy pos from object2)} : {}}

if you want it to move:
object2's poststep (e)=>{scene.my.pos1 = pos}
teleporter's oncollide (e)=>{e.other.materialName == "replace this" ? {e.other.pos = scene.my.pos1} : {}}

You could also use zero-strength data springs but that's probably a bit overkill