First let me start off by saying that I'm not a natural coder. I'm a designer/animator and actionscript is one of the hardest things I've attempted. I've tried websites and I don't know how many archived threads to understand the flash combobox codeing, but I just don't get it.
I have a combobox in a movieclip. I want it to tell another movieclip to go to a different frame. I have the box generating a list (by plugging in values to lable parremeter) and all of my keyframes in the other move are setup, but I just can't get my head around the code to get it working. I've tried all sorts of things.
Location: Ibiza/Spain language :Hungarian/German/ abit English
Posts: 6,539
hi and welcome to As.Org
ComboBox.change
Availability
Flash Player 6 (6.0 79.0).
Quote:
BY MM help
Edition
Flash MX 2004.
Usage
Usage 1:
on(change){
// your code here
}
Usage 2:
listenerObject = new Object();
listenerObject.change = function(eventObject){
// your code here
}
comboBoxInstance.addEventListener("change", listenerObject)