That title may be a bit of a stretch, AS3 does not support mixins in the same way as Ruby, but it is possible to define a set of methods and/or attributes in a single file and then mix those methods and attributes into your AS3 classes. Here’s how: First create a new ActionScript file (a file, not a class) then add the methods and/or attributes that you want to mix in to your classes. For example,