Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
//makeAnyMovieCLip draggalbe MovieClip.prototype.draggable = function() { this.onPress = function() { this.startDrag(); }; this.addOnRelease(stopDrag); }; ///test if the dragged Object is a sound object, if so start the beat MovieClip.prototype.canInit = function() { this.addOnRelease(canIPlay); };
This paste will be private.
From the Design Piracy series on my blog: