# Are all functions included from a static class?

**URL:** https://forum.kirupa.com/t/are-all-functions-included-from-a-static-class/327135
**Category:** flash
**Created:** [February 7, 2012, 11:06pm UTC](https://forum.kirupa.com/t/are-all-functions-included-from-a-static-class/327135 "2012-02-07T23:06:54Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![TheCanadian](https://avatars.discourse-cdn.com/v4/letter/t/67e7ee/32.png) [@TheCanadian](https://forum.kirupa.com/u/TheCanadian)
#### Post date: [February 7, 2012, 11:06pm UTC](https://forum.kirupa.com/t/are-all-functions-included-from-a-static-class/327135/1 "2012-02-07T23:06:54Z")

</div>

To rephrase my question: if you have a class with a bunch of static methods and you use one of them in your code, does the whole class get compiled with your movie? I suspect that it would be and, if that’s the case, wouldn’t it be better (from a file-size perspective) to use packaged functions instead?
