00:00
00:00
All4Flash
I like flash

Male

Joined on 3/19/08

Level:
5
Exp Points:
270 / 280
Exp Rank:
> 100,000
Vote Power:
4.49 votes
Rank:
Civilian
Global Rank:
> 100,000
Blams:
2
Saves:
21
B/P Bonus:
0%
Whistle:
Normal
Medals:
155

Comments

I'm not a pro at flash, but I think I can help you. (If you're in AS2.)
At the last frame of your timer, you should've written this :
_root.onEnterFrame = function(){
if(score >= 500){
_root.gotoAndStop(4);
} else {
_root.gotoAndStop(5);
};
};