AS2.0 Q
AS2.0 Q
Out of context: Reply #8
- Started
- Last post
- 10 Responses
- maximillion_0
_global.activeButton = 1; // set the active button in a global var so you can change which but is active
btn_s_1.onEnterFrame = function():Void {
if (activeButton ==1 ) activateItem()
}