# Dynamic text size changer

**URL:** https://forum.kirupa.com/t/dynamic-text-size-changer/254367
**Category:** Uncategorized
**Created:** [March 11, 2008, 11:40am UTC](https://forum.kirupa.com/t/dynamic-text-size-changer/254367 "2008-03-11T11:40:06Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![m00nz00mer](https://avatars.discourse-cdn.com/v4/letter/m/4af34b/32.png) [@m00nz00mer](https://forum.kirupa.com/u/m00nz00mer)
#### Post date: [March 11, 2008, 11:40am UTC](https://forum.kirupa.com/t/dynamic-text-size-changer/254367/1 "2008-03-11T11:40:06Z")

</div>

basically im wanting to find out how to enlarge the fontsize of the contents of a dynamic text box when a button is clicked.

button instance name is ‘button’ dynamic text name is ‘text’;

ie.

on ‘button’ would be somthing like this:

on (release) {  
\_root.text.setFontSize = 14; (or somthing like that…?)  
}

Anyone know how to do this?

cheers.
