Comment #12018
12018
News
270
2014-09-12 02:48:46
While the code isn't complex, there's a ton of it so I can see why it was difficult to manage, and definitely unweildy to a self proclaimed beginner like yourself. Your coder used a giant switch statement for dialogue which makes revision a bit tricky, should probably use a dictionary. He also used MovieClip(root) (AS2 bad habit) which is difficult to track down, especially on frame code. Neat use of Array.shift, I figured it was useless until now. Relay that info his way if he cares.