home *** CD-ROM | disk | FTP | other *** search
- overSound = new Sound(this);
- overSound.attachSound("btnOver");
- hit2_mc.onRollOver = function()
- {
- this.colorTo(16777215,0,"easeOutSine");
- overSound.start();
- };
- hit2_mc.onRollOut = function()
- {
- this.colorTo(null,0.4,"easeOutSine");
- };
- hit2_mc.onRelease = function()
- {
- image_num = _root.downloadCount_var;
- count_num = _root.nodeCount_var;
- var _loc2_ = _root.content_xml.firstChild.childNodes[count_num].attributes.allArt;
- getURL(_loc2_,"");
- };
-