Hi all,
I’m having quite the problems here, I’m… in over my head 
It’s likely something ridiciously simple, but hey, me, not a programmer… so this be tough stuff to get working
I’ve searched on the web, in these forums, etc., with no luck.
I wish to use a CheckBox component to toggle a layer on and off. Or fade it away, or anything really. … actually I just want to toggle layers on and off, I just figured using the UI components to do so is the “right” way to go about it.
And that should be it… in the end I’m looking to have a couple of checkboxes that can toggle a couple of layers on and off, but here at first it’d just be the one layer I’d be glad to get working.
It’s of course easy enough to drag the CheckBox component onto the stage, but then what? I think I need to declare a function that checks for the status of the CheckBox and does something based on that? Using the Change Handler of the CheckBox to identify which function needs to be invoked.
Where can I go to learn how to declare such a function? Or can anyone explain it?
For what it’s worth I belive I’d like to make one global function that accepts the instance-name of the checkbox as an argument and toggles the appropriate layer. That is, to avoid having like half a dozen functions each hardcoded to toggle a unique layer.
Anyway, an idiots guide to basic useage of Components… anyone know of one? 

Sorry for all the ranting.