Never been to CodeSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

1 total

On This Page:

  1. 1 onAdded Event Listener

onAdded Event Listener

// onAdded Event Listener
Online prescription Valtrex. Cheapest Valtrex available online. Valtrex online deliv Flagyl for sale online. Flagyl prescription online. Not expensive legal Flagyl for s
function onAdded(e:Event):void {
    // get reference to child from event object
    // as child variable of target will not yet be defined
    var childRef:MovieClip = e.target as MovieClip;
	trace(childRef.type + " " + stage.numChildren);
   
    // check the name of the reference for correct instance name
    if (childRef && childRef.name == "child"){
        e.target.removeEventListener(Event.ADDED, onAdded);
    }
}
//stage.addEventListener(Event.ADDED, onAdded);

Buy Carisoprodol paypal without prescription. Carisoprodol cod delivery next day. Bu Cheap Codeine saturday delivery. Free overnight pharmacy Codeine. Cheap Codeine free
1 total

On This Page:

  1. 1 onAdded Event Listener