Learn how to use the great SWX Twitter API written by Aral Balkan. (with source code)
as2
Overlapping Movieclips in AS3
Back in AS2, when a MovieClip(MC) is underneath another one, as long as the MC that is on top doesn’t have any button actions (eg. onRollOver, onRelease etc), assigning button actions to the MC below will work. Not anymore in AS3. A quick fix is to give the following properties to the MC on top [...]