CreateJS is careful about the order of script calls!

For example, Ticker.js must be called after EventDispatcher, etc. There may be many hidden restrictions.

This is because CreateJS often refers to other scripts within each script.