# Dragable movies and nested frames in Flash 5

**URL:** https://forum.kirupa.com/t/dragable-movies-and-nested-frames-in-flash-5/64078
**Category:** flash
**Created:** [September 13, 2004, 4:16am UTC](https://forum.kirupa.com/t/dragable-movies-and-nested-frames-in-flash-5/64078 "2004-09-13T04:16:53Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Mossie](https://avatars.discourse-cdn.com/v4/letter/m/f9ae1b/32.png) [@Mossie](https://forum.kirupa.com/u/Mossie)
#### Post date: [September 13, 2004, 4:16am UTC](https://forum.kirupa.com/t/dragable-movies-and-nested-frames-in-flash-5/64078/1 "2004-09-13T04:16:53Z")

</div>

Gidday,

I haven’t touched Flash for a long long time and I’m trying to develop a drag and drop movie similar in vein to the example from the tutorials page on this site - 'cept it’s letters and objects.

Problem is even with embedded buttons in movies the movie refuses to be moved around the screen - even though it recognises the presence of a button under the movie clip.

Code follows…

on (press) {  
startDrag ("\_root.smileBut");  
}  
on (release) {  
stopDrag ();  
if (\_root.smileBut.\_droptarget == “/squareMov”) {  
\_root.squareBut.gotoandStop(“yellow”);  
}  
}

BTW How on Jehovas green earth do you embed / nest frames within frames?

Anyone, anyone at all.

Mossie
