hi guys

I have flash scroller it's working fine in flash but i have to use the
flash file in Director so when i use in director i have this problem .
if i try to drag the scroller down the mouse will release and scroller
will stop
I use this code

on (press)
{
    startDrag ("", false, 0, 0, 0, _parent._parent.line._height -
_parent._parent.dragMC._height);
}
on (release, releaseOutside)
{
    stopDrag ();
}

i need to know how can I keep mouse press in director ther is one
event _mouse.stillDown  I need some thing same or if I can use
addListener

please need help urgent

Thanks
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to