# Can you use loadMovie in a tween?

**URL:** https://forum.kirupa.com/t/can-you-use-loadmovie-in-a-tween/47075
**Category:** Uncategorized
**Created:** [March 30, 2004, 9:05pm UTC](https://forum.kirupa.com/t/can-you-use-loadmovie-in-a-tween/47075 "2004-03-30T21:05:44Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![lunatic](https://avatars.discourse-cdn.com/v4/letter/l/73ab20/32.png) [@lunatic](https://forum.kirupa.com/u/lunatic)
#### Post date: [March 30, 2004, 9:05pm UTC](https://forum.kirupa.com/t/can-you-use-loadmovie-in-a-tween/47075/1 "2004-03-30T21:05:44Z")

</div>

Let’s say you have a movie clip with button states. The rollover and rollout sequences are tweens. Now let’s say you want to dynamically load jpgs into the buttons. You can use loadMovie to load the jpg into an empty holder clip on the button. But that will load it into the first instance of the holder clip, which is at the beginning of the tween. It disappears when you rollover and rollout.

How to get around this? :h:
