Tile - YAnimators - Move To – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "{{Ylands scripting navbox}}" to "{{Ylands editor navbox}}")
Line 12: Line 12:


----
----
{{Ylands scripting navbox}}
{{Ylands editor navbox}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}


[[Category: Instructions]]
[[Category: Instructions]]
[[Category: Ylands 0.13]]
[[Category: Ylands 0.13]]

Revision as of 18:32, 26 December 2020

Move object.png

  • Animation script tile, which moves selected object to target position.
  • Object can be entity, group or game logic.
  • Time defines how many seconds should it take to perform the animation.
  • Speed opposite to time, defines how quickly should the animation be performed.
  • Smoothing is a number 0-1.
    • At 0, the movement is completely smooth with no acceleration.
    • At 1, the speed peaks at the middle, accelerating from the start and slowing towards the end.

NOTE: Object needs to be set to Animated.



Template:Ylands editor navbox