I'm probably violating a FK rule here, but I posted my problem in the actionscript forum and got no love, no responses! I don't like to venture out of the games section but felt my question better fit in there... anyways, I was wrong. I hope my faith in the games section to help me out will be affirmed. Anyways the question is:

So i have a timeline with 2 frames, first frame has a movie clip on it called Game, I define a bunch of variables in it, once the game is played it goes to the next frame on the main timeline, called score. How do I go about accessing the variables from movie clip Game in the movie clip Score? I tried _root.Game.variable, I tried _level0.Game.variable nothing seems to work... not sure how to solve this problem. I'm praying I don't need to redefine all the variables to _root.variable so that they can be accessed by both MC's...
it can be found here. Sorry about posting in multiple places but my question was ignored.

Thanks in advance,

ChaseNYC