im thinking in a process to create like a real sound scrubber (you actually hear the sound FF or RW that is streaming), im doing this by starting a startDrag function process and inside it a mouseMove process, and inside it it has something like this:
if mouseMove detected then sound.start(calculation of position of scruber)
so basically it actually play something… my problem is, and maybe you already figured out that lol, since i start again the sound.Start()… when i dont move the mouse WHILE still in the drag process (still has the mouse button down), the sound keeps playing it and theres no mouse movement…
im asking for help HOW to detect the mouse isn’t moving lol