It's just some conditions and action.
If you medal is already displayed and contains 3 frames (0-gold,1-silver,2-bronze).
Juste add conditions for the score :
score =< 100 : set medal frame to 2
score > 100 =< 200 ; set medal frame to 1
score > 200 : set medal frame to 0