# Help with bottons and loading text

**URL:** https://forum.kirupa.com/t/help-with-bottons-and-loading-text/96864
**Category:** Uncategorized
**Created:** [December 14, 2003, 8:11pm UTC](https://forum.kirupa.com/t/help-with-bottons-and-loading-text/96864 "2003-12-14T20:11:14Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![ShinjaIkari](https://avatars.discourse-cdn.com/v4/letter/s/b9bd4f/32.png) [@ShinjaIkari](https://forum.kirupa.com/u/ShinjaIkari)
#### Post date: [December 14, 2003, 8:11pm UTC](https://forum.kirupa.com/t/help-with-bottons-and-loading-text/96864/1 "2003-12-14T20:11:14Z")

</div>

Okay. I am doing this just to get some help. I have never been very good with Actionscript. Never really had a good tutorial I guess to help me out. Still looking for one. Okay basically heres my problem. I have these five buttons. Now what I want is for when someone clicks on a button for it to have some buttons under that come out. When you click on one of those buttons what I want it to do is load a box with scrollable text in it. But I just seem to be dumb and can’t figure it out. _notes actionscript has always hated him_ Can anyone help me

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [December 15, 2003, 2:43am UTC](https://forum.kirupa.com/t/help-with-bottons-and-loading-text/96864/2 "2003-12-15T02:43:01Z")

</div>

[AS]  
on(release){  
\_root.mytextArea.text = “a whole bunch of text and whatever else you want.”  
}  
[/AS]

click and drag the textarea component onto your stage and give it the instance name mytextArea and it should work.
