where are the flash-freaks
- Started
- Last post
- 6 Responses
- to
hi...i tried the following top-act with no success! here we go:
i just want to have a flash-button. and if you keep pressed down the mouse-button and drag the mouse-pointer (= HAND) out of the button (keep pressing down the mouse-button!!!)i want the mouse-pointer to change to the arrow (NO HAND).
ok? try it out, if you can do it!
to
- shant0
on(dragout) ?
- to0
yes...
if you dragout...(remember to keep pressed the mousebutton)
i want that the mousepointer changed from the handcursor to the arrow.
- unformatted0
try hitTest()
- to0
damm....yeah i think that should work.
thank you unformatted.
- Mick0
I usually do it this way:
I do an onmouseover / onmouseout that sets a variable "mover = 1 or mover=2". The when you do your onclick/ondrag - create a looping statement that says ondrag ( If mover=0 ), etc.
- to0
thanx mick!!!