brilliant! thanks for that.

My understanding of AS3 is limited to function calls, variables and cut and pasting code snippets. I do not understand the syntax for such as 'public properties', 'public methods', 'events' - so reading the koolmoves API I could see 'soundTransform' but had no idea how to implement it.

I also noticed there is lower case 's' for the first term ('soundTransform') then upper case 'S' for the second..

soundTransform = new SoundTransform

ANYWAY....wondering one other thing....

how can I assign an event listener to a Koolmoves GUI slider to become a volume slider? (for mediaplayer also)


much appreciated