Attach function to SeekBarHandle

hi
does any1 kno how 2 attach a function to the SeekBarHandle?
this is in the SeekBar component…
i’v rackd my brain on this 1 and can’t find it anywhere! :diss:
here’s the path that makes sense to me (which a lot of tymz doesn’t mean diddly-poo):
(i named the SeekBar “seekbar” and the SeekBarHandle “handle”)

seekbar.handle.onPress = function()
{
trace (“handle!”);
}

obviously i’m not just trying to trace sumthing, here’s sum of the other combo’z i’v tryd:[LIST]
[]controls.seekbar.handle
[
]_level0.controls.seekbar.handle
[]_level0.seekbar.handle
[
]seekbar.handle
[] _root.controls.seekbar.handle
[
]_root.seekbar.handle
[]controls.handle
[
]_root.controls.handle
[*]seekbar.SeekBarHandle[/LIST]+ i’ve tryd handle_mc (which is not what i’v named it but what the heck?!)

if any1 can figure this out ur my hero!!!
thanx
:toad: