I have a doubt as to why we have addListeners and addEventListene rs in AS2.
At times addListeners works and at times addEventListene rs does the job.
Can some one please differenciate as to when addListener is to be used and when addEventListene r?
To addup to the confusion, we have event handlers directly linked to objects such as movie clips
e.g. obj_mc.onPress
So when do we use the right event handling method?
At times addListeners works and at times addEventListene rs does the job.
Can some one please differenciate as to when addListener is to be used and when addEventListene r?
To addup to the confusion, we have event handlers directly linked to objects such as movie clips
e.g. obj_mc.onPress
So when do we use the right event handling method?
Comment