Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »


{
    "type" : "tiledScroller"
    "entity" : "string",
    "postitionY" : number | property
    "zPositionRange" : array<float>
    "speed" : number | Property, // meters per second
    "paused" : bool,
    "listeners" : object
}
"listeners" : {
    reset : string
}

Overview

  • Moves a texture horizontally across the screen

Properties

  • None

Events

  • None

Remarks

  • entity - path to an entity file or name entity of pool
  • positionY - vertical offset
  • zPositionRange - Stacking range to keep from seeing texture artifacts if overlapping occurs
  • speed - rate at which texture moves across the screen
  • paused - not moving initially
  • listeners - events that will be caught

 

  • No labels