# Money problems!

**URL:** https://forum.kirupa.com/t/money-problems/226808
**Category:** programming
**Created:** [May 24, 2007, 6:53am UTC](https://forum.kirupa.com/t/money-problems/226808 "2007-05-24T06:53:41Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![protonxp](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/protonxp/32/3110_2.png) [@protonxp](https://forum.kirupa.com/u/protonxp)
#### Post date: [May 24, 2007, 6:53am UTC](https://forum.kirupa.com/t/money-problems/226808/1 "2007-05-24T06:53:41Z")

</div>

I’ve created a dynamic text box in flash with the var money. in my actionscript I’ve got:

```auto
 
money = 0

```

so obviously when i test my movie the text box should immediately have the text “0” in it. but it doesn’t it doesn’t show anything in the text box. but if i text just that scene it works perfectly.

Can anyone help me?:puzzled:
