[MX04PRO]AS Game Help

I have currently started to make a small project that i may use for school…

(even though the game isnt really ganna be the greatest…people at my school will be amazed…trust me…)

I have tried alot of things and when the one thing did alot of sence didnt work…i came here…

What i am trying to do is make it so when you roll your mouse over a movieclip it will add 1 to the score…

I have an MC called score… inside that MC is like 12 MC’s(all the same)…i want it so when you roll your mouse over the MC’s inside of the MC"Score"
it will add plus 1 to your score for each one you roll your mouse over…

this is the code i have in the small MC’s in the MC"score"

on(rollOver) {
play();
_root.score += 1;
}

BTW my dynamic test does have the variable “score” so thats not the problem…

http://www.kirupa.com/forum/attachment.php?attachmentid=33711&stc=1&d=1140321546

there is the fla. file…

sorry if it dont work
i havent used this forum
in a very long time.