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.




Reply With Quote