As much as possible when you design media
component, they should be made generic
enough, so that they can be easily modified.
One of the best ways is to have an XML
file which sets the way that the media
component is displayed. For example, let's
say we have a condition where we either
want to show the running score or not.
Thus we could set a value in the XML of:
<score>1</score>
If this is included in the XML file,
the score box will not be displayed. Thus
we could set a binary variable of show_score,
so that the score box will only be seen
as a background object. This is achieved
by setting the alpha property of the score
box to 20%: