Hi all, i have a problem here, i´ve made abutton (wich calls an url) and the same buton drags a gaphic.... here is the action:
on (rollOver) {
startDrag ("graphicname", true, -30, 36.4, 30, 36.4);
}
on (rollOut) {
stopDrag ();
}
on (press) {
getURL ("urlname"
}
Its soposed to work, but when i place the mousse over the button, it starts to blink, and i should click many times until it get the url.... the drag works perfect, but the button dont.
on (rollOver) {
startDrag ("graphicname", true, -30, 36.4, 30, 36.4);
}
on (rollOut) {
stopDrag ();
}
on (press) {
getURL ("urlname"
}
Its soposed to work, but when i place the mousse over the button, it starts to blink, and i should click many times until it get the url.... the drag works perfect, but the button dont.