# Text on dynamic field to flow from right to left

**URL:** https://forum.kirupa.com/t/text-on-dynamic-field-to-flow-from-right-to-left/323057
**Category:** flash
**Created:** [June 15, 2011, 1:00pm UTC](https://forum.kirupa.com/t/text-on-dynamic-field-to-flow-from-right-to-left/323057 "2011-06-15T13:00:22Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![felipegm](https://avatars.discourse-cdn.com/v4/letter/f/e9bcb4/32.png) [@felipegm](https://forum.kirupa.com/u/felipegm)
#### Post date: [June 15, 2011, 1:00pm UTC](https://forum.kirupa.com/t/text-on-dynamic-field-to-flow-from-right-to-left/323057/1 "2011-06-15T13:00:22Z")

</div>

Hello

I´m loading dinamic text from rollover on buttons, with:

```auto

textfield_txt.text = "Example of text loaded on dinamic field"

```

But sometimes the text will be longer than the permitted field \_width, missing some letters.

Is it possible to make the text flow, like a marquee or a news ticker, from left to right when the text is too long, and then go back and start again? I searched for it but is always use movieclips .\_x changing, and I´d like to make it just the text to move.

Thnaks
