kaoru5thchild
10-30-2005, 08:41 AM
ok I had this bone daddy working and I went and screwed it up so here I am now and I dont understand why this thing wont drag...
the mc is inside the mp3player and it is a clickable handle so I can drag it around but it wont behave... I get the finger (hehe) when I scroll over it and click and nothing drags...
mcMP3handle.onPress = function(){
_parent.mp3Player.startDrag ();
}
fyi the mp3 player is at the root so i did try using root instead of _parent still nothing...
anouther wierdo thing is that when I try to use set target path in flash its wrong... ?
this is what it gives me
this.mp3Player.mcMP3handle.onPress = function(){
_parent.mp3Player.startDrag ();
}
but the handle is in the movie clip that the actionscript is....
oh I am so confused...
the mc is inside the mp3player and it is a clickable handle so I can drag it around but it wont behave... I get the finger (hehe) when I scroll over it and click and nothing drags...
mcMP3handle.onPress = function(){
_parent.mp3Player.startDrag ();
}
fyi the mp3 player is at the root so i did try using root instead of _parent still nothing...
anouther wierdo thing is that when I try to use set target path in flash its wrong... ?
this is what it gives me
this.mp3Player.mcMP3handle.onPress = function(){
_parent.mp3Player.startDrag ();
}
but the handle is in the movie clip that the actionscript is....
oh I am so confused...