# Using MovieClip methods in custom class

**URL:** https://forum.kirupa.com/t/using-movieclip-methods-in-custom-class/149616
**Category:** flash
**Created:** [May 31, 2005, 2:15am UTC](https://forum.kirupa.com/t/using-movieclip-methods-in-custom-class/149616 "2005-05-31T02:15:10Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![H4T](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/h4t/32/329_2.png) [@H4T](https://forum.kirupa.com/u/H4T)
#### Post date: [May 31, 2005, 2:15am UTC](https://forum.kirupa.com/t/using-movieclip-methods-in-custom-class/149616/1 "2005-05-31T02:15:10Z")

</div>

I’ve got a custom class (using AS2) that mostly does things like set the score and level of a game, as well as sets the player’s lives on the screen. I need to unload and attach MovieClips within the Lives control function, which require those methods from the MovieClip class.

I don’t think I need to extend this class from the MovieClip class, I think I need to import the class somehow. I don’t know the path though…something like mx.MovieClip.\* or something?
