dragging multiple movie clips using begindrag senocular class
Hi
I need to have a custom mouse cursor and also have dragable object on my page. im using flash 8.
I came across this site called senocular which had a list of .as files
http://www.senocular.com/flash/actio...p/beginDrag.as
and some simple useage such as:
on(press){
this.beginDrag(true,0,0,300,300); // constrained to 300x300 square
}
on(release, releaseOutside){
this.endDrag();
}
I would love to get this to work, however I dont know how to import this into flash 8. I thought classes only worked for flash 9 and actionscript 2.
Can anyone help me to get this script working using flash 8 actionscript 2.
Any help appreciated