grimm
03-21-2002, 07:57 PM
i want to create a menu system that when you drop some an object onto another it goes to a certain URl.... how do you do this.
here is my drag code:
on (rollOver) {
startDrag(this, true);
}
on (release) {
stopDrag();
if (this._droptarget == "dropbut") {
_root.dropbut.gotoAndstop(2);
}
I don't know where to go from here....
I don't mean to cross post but no one seems to respond to my topics in action scripting...
here is my drag code:
on (rollOver) {
startDrag(this, true);
}
on (release) {
stopDrag();
if (this._droptarget == "dropbut") {
_root.dropbut.gotoAndstop(2);
}
I don't know where to go from here....
I don't mean to cross post but no one seems to respond to my topics in action scripting...