Random Moving Menu (AS3) - Version 1.0 This is an XML driven, unlimited, randomly moving menu. When you mouse over the button, it will stop. When you mouse out it, it continues.You can modify parameters:1. xmlUrl = 'navigation.xml'; (XML URL for button details);2. linkEnable = true; (eable the links of buttons);3. randomBtnSize = true; (whether the size of buttons is random);4. speed = 0.015; (moving speed of buttons);5. intervalTime = 80; (the interval of changing another moving target );6. buttonScale = 1.2; (scale for buttons).