PDA

View Full Version : attach function to the SeekBarHandle ???


HeavyPops
01-15-2008, 09:36 PM
Does anyone know how to attach a function to the handle in the SeekBar component (CS3 / as 2.0):

this.seekbar.handle.onPress()
{
trace ("handle!");
}

I'm out of ideas, everything I've tried leads to nadda...boo! To me it seems so simple but for some reason I can't get to this stupid handle! :mad:

Anyone who can acconplish this is my hero! :)