<slickboard>
   
   <!-- background -->
   <rect x='0' y='0' width='480' height='300' fill_color='444488' shadow='bg' />
   
   <object>
      <image url='images/sun.swf' x='75' y='-25' width='235' height='235' alpha='.1' />
      <rotate x='240' y='350' start='0' span='999999999' step='2' shake_frequency='0' /> 
      <blink on='2' fade_out='.2' off='.1' fade_in='.2' />
   </object>
   
   <object>
      <image url='images/rain.swf' x='80' y='0' width='140' height='200' alpha='.1' />
      <rotate x='240' y='350' start='120' span='999999999' step='2' shake_frequency='0' /> 
      <blink on='3' fade_out='.3' off='0' fade_in='.5' />
   </object>
   
   <object>
      <image url='images/snow.swf' x='80' y='0' width='225' height='225' alpha='.1' />
      <rotate x='240' y='350' start='240' span='999999999' step='2' shake_frequency='0' /> 
      <blink on='2.5' fade_out='.4' off='0' fade_in='.3' />
   </object>
   
   <object>
      <image url='images/snow.swf' x='0' y='0' width='360' height='360' alpha='.05' />
      <rotate x='240' y='150' start='0' span='999999999' step='2' shake_frequency='0' /> 
      <blink on='2' fade_out='.5' off='0' fade_in='.1' />
   </object>
   
   <text x='-15' y='300' width='300' rotation='-90' size='78' color='6666bb' alpha='.9' shadow='default'>weather</text>
   
   
   
   <!-- thermometer design -->
   <object  shadow='default'>
      
      <!-- Celsius ticks and labels -->
      <circle x='159' y='34' radius='2' fill_alpha='0' line_color='cccccc' line_thickness='1' />
      <text x='160' y='30' width='200' size='14' color='cccccc'>C</text>
      <linear_ticks x1='176' y1='63' x2='176' y2='165' count='7' length='8' thickness='2' />   
      <linear_numbers x1='168' y1='164' x2='168' y2='62' count='7' number_start='-10' number_end='50' orientation='right' size='10' color='dddddd' />   
      
      <!-- Fahrenheit ticks and labels -->
      <circle x='228' y='34' radius='2' fill_alpha='0' line_color='cccccc' line_thickness='1' />
      <text x='230' y='30' width='200' size='14' color='cccccc'>F</text>
      <linear_ticks x1='224' y1='63' x2='224' y2='163' count='6' length='8' thickness='2' />   
      <linear_numbers x1='228' y1='163' x2='228' y2='62' count='6' number_start='20' number_end='120' orientation='left' size='10' color='dddddd' />   
      
      <circle x='200' y='215' radius='48' fill_color='000000' />
      <rect x='180' y='50' width='40' height='150' fill_color='442200' line_thickness='8' />
      <circle x='200' y='215' radius='40' fill_color='ff2200' />
      <circle x='200' y='215' radius='30' fill_color='ffff00' fill_alpha='.5' />
      <circle x='197' y='217' radius='30' fill_color='ff2200' />
   
   </object>
   
   
   
   <!-- thermometer pointer -->
   <object>
      <rect x='180' y='50' width='40' height='150' fill_color='ff2200' />
      <scale x='200' y='200' start='.9' end='.4' direction='vertical' step='.01' shake_span='.01' />
   </object>
      
   

   <!-- screen mode button -->
   <object offset_x='430' offset_y='270'>
      <image url='images/full_screen.swf' width='28' height='20' />
      <rect width='28' height='20' fill_alpha='0' state='hit' />
      <action>
         <item type='toggle_screen' />
      </action>
   </object>
   
   
   
   <filter>
      <shadow id='default' />
      <shadow id='bg' inner='true' distance='50' alpha='.5' blurX='300' blurY='200' />
   </filter>
   
</slickboard>