Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
for(i=1;i<10;i++){ attachMovieClip("myButton","myButton"+i, i); } ... this["myButton"+i].onPress = function() { myDynamicTextField.text = this.getDepth()+". button was clicked"; trace("Button #"+this.getDepth()+" clicked!"); }
This paste will be private.
From the Design Piracy series on my blog: