Problem with classes and oop basics.
I got a main class called "controll class":
There I addChild a btn to the stage and create a listener for click on that btn.
When clicked the function animated the curretn clip on the stage and moves it out and addChild another movieclip
called Levels_BG
Levels_BG contains at attached and controled but its onwl class: Levels_BG
Which creates a number of 'boxs' on the stage that can be clicked to select a level.
I am tryin to achieve this:
a level box is clicked in the Levels_BG and I need to pass this variable to another class.
Any help appriciated. sry if this is confussing.
Cheers Pavel
swf here:
