# Custom dynamic text field .changing the BG color?

**URL:** https://forum.kirupa.com/t/custom-dynamic-text-field-changing-the-bg-color/219699
**Category:** Uncategorized
**Created:** [March 19, 2007, 4:05pm UTC](https://forum.kirupa.com/t/custom-dynamic-text-field-changing-the-bg-color/219699 "2007-03-19T16:05:36Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![akphotography](https://avatars.discourse-cdn.com/v4/letter/a/b2d939/32.png) [@akphotography](https://forum.kirupa.com/u/akphotography)
#### Post date: [March 19, 2007, 4:05pm UTC](https://forum.kirupa.com/t/custom-dynamic-text-field-changing-the-bg-color/219699/1 "2007-03-19T16:05:36Z")

</div>

i need to make a dynamic text box with a transparent BG…here is my code. also i would like any other code to help customize it…thanks!

```auto

loadText = new LoadVars();
loadText.load("http://www.akmphoto.net/images/example.txt");
//creating the loadVarsText function
loadText.onLoad = function() {
        scroller.text = this.exampletext;
};

```
