# Ok, I have my draggable clip working, but want a close book to be clickable

**URL:** https://forum.kirupa.com/t/ok-i-have-my-draggable-clip-working-but-want-a-close-book-to-be-clickable/6812
**Category:** flash
**Created:** [October 16, 2002, 11:19pm UTC](https://forum.kirupa.com/t/ok-i-have-my-draggable-clip-working-but-want-a-close-book-to-be-clickable/6812 "2002-10-16T23:19:43Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![3dron](https://avatars.discourse-cdn.com/v4/letter/3/2acd7d/32.png) [@3dron](https://forum.kirupa.com/u/3dron)
#### Post date: [October 16, 2002, 11:19pm UTC](https://forum.kirupa.com/t/ok-i-have-my-draggable-clip-working-but-want-a-close-book-to-be-clickable/6812/1 "2002-10-16T23:19:43Z")

</div>

I have a clip properly working with:

on (press) {  
startDrag (this, false);  
}  
on (release) {  
stopDrag();  
}

But I also want a close box at the top right corner to be clickable for an unload action.

How do I perform the 2nd areas clickable action if it is a sub-object of draggable mc.

Thanks

Ron
