# Button actions

**URL:** https://forum.kirupa.com/t/button-actions/35913
**Category:** Uncategorized
**Created:** [November 19, 2003, 4:37pm UTC](https://forum.kirupa.com/t/button-actions/35913 "2003-11-19T16:37:36Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![macneilslt](https://avatars.discourse-cdn.com/v4/letter/m/aeb1de/32.png) [@macneilslt](https://forum.kirupa.com/u/macneilslt)
#### Post date: [November 19, 2003, 4:37pm UTC](https://forum.kirupa.com/t/button-actions/35913/1 "2003-11-19T16:37:36Z")

</div>

okay, i have code on my buttons like this, to load external .swf’s into MCs…

[AS]

on(release) {

\_root.mov1.loadMovie(“pictures1.swf”);  
\_root.mov2.loadMovie(“pictures2.swf”);  
\_root.mov3.loadMovie(“pictures3.swf”);

}

[/AS]

What i want to know, is if i can add something to that, so that it won’t reload the pictures section, since if it is already there…
