Quote Originally Posted by jAQUAN View Post
Just move the code on frame1 of MC_About to frame 29.
You have to do this because your code refers to an object called btn_locations but it doesn't exist yet. It doesn't get created until frame 29 so it's only safe to reference it on or after that frame.
THANK YOU so much! So simple, but Flash's error codes are so confusing. Waking up and figuring this out has made my morning! Thank you again.

Dennnnis