AnimatedButton

Top  Previous  Next

  <img name="Button1" src="normal.gif" 
       mo:type="AnimatedButton" mo:needsInit="true" 
       mo:props="normalSource:'${normalSource}', 
                 mouseOverSource:'${mouseOverSource}', 
                 mouseDownSource:'${mouseDownSource}', 
                 disabledSource:'${disabledSource}'"/>

 

Required Javascript(s):

  <head> 
    ...
    <script type="text/javascript" src="moremotion/face/Buttons/Buttons.js"></script>
  </head>