# Accessing movieClips from library

**URL:** https://forum.kirupa.com/t/accessing-movieclips-from-library/188165
**Category:** Uncategorized
**Created:** [May 5, 2006, 12:23am UTC](https://forum.kirupa.com/t/accessing-movieclips-from-library/188165 "2006-05-05T00:23:40Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Revolt](https://avatars.discourse-cdn.com/v4/letter/r/bb73d2/32.png) [@Revolt](https://forum.kirupa.com/u/Revolt)
#### Post date: [May 5, 2006, 12:23am UTC](https://forum.kirupa.com/t/accessing-movieclips-from-library/188165/1 "2006-05-05T00:23:40Z")

</div>

In Kirupa’s tutorial [http://www.kirupa.com/developer/mx/full\_site2.htm](http://www.kirupa.com/developer/mx/full_site2.htm)

it shows action script that accesses pages that are [COLOR=black][FONT=Verdana]separate[/FONT][/COLOR] files from the scene you’re currently working on.

example:

on (release) {  
\_root.contents.loadMovie(“locations.swf”);  
}

but that is not what I want, I want to click on a button and have it load up a movieClip that I have already within my scene’s internal Library. I couldn’t figure out what to type into the search engine to find out anything and I don’t know what to change in the action script.

Thanks in advance.
