Hello,
I'm trying to simulate a drag and drop operation across frames. I have 4 frames and i want to be able to tell when:
1) the user's mouse button goes down in a specific frame (say frame 2)
2) it stays down as he moves it across to another specific frame (say frame 4)
3) he releases the mouse button anywhere over that frame (frame 4).
i want that sequence of events to trigger a function in frame 4 ( doThis() ) whereas any obstruction or variation to that sequence of event of any sort should not trigger doThis().
Any suggestions or sites i can take a look at would be greatly appreciated. I googled it but didnt find much!
Shady
I'm trying to simulate a drag and drop operation across frames. I have 4 frames and i want to be able to tell when:
1) the user's mouse button goes down in a specific frame (say frame 2)
2) it stays down as he moves it across to another specific frame (say frame 4)
3) he releases the mouse button anywhere over that frame (frame 4).
i want that sequence of events to trigger a function in frame 4 ( doThis() ) whereas any obstruction or variation to that sequence of event of any sort should not trigger doThis().
Any suggestions or sites i can take a look at would be greatly appreciated. I googled it but didnt find much!
Shady