(recycle:IComment = null)
| 513 | } |
| 514 | |
| 515 | public init(recycle:IComment = null):void { |
| 516 | super.init(recycle); |
| 517 | this.x = this.parent.width; |
| 518 | if (this.parent.options.scroll.opacity < 1) { |
| 519 | this.alpha = this._alpha; |
| 520 | } |
| 521 | this.absolute = true; |
| 522 | } |
| 523 | |
| 524 | public update():void { |
| 525 | this.x = (this.ttl / this.dur) * (this.parent.width + this.width) - this.width; |
no test coverage detected