home *** CD-ROM | disk | FTP | other *** search
- overSound = new Sound(this);
- overSound.attachSound("btnOver");
- loadBar_mc._width = 0;
- hitVal = 0;
- hit_mc._alpha = 0;
- name_txt.colorTo(2148607,0,"easeOutSine");
- name_txt.colorTo(16777215,0.4,"easeOutSine");
- var Plink;
- hit_mc.onRollOver = function()
- {
- name_txt.colorTo(2148607,0,"easeOutSine");
- overSound.start();
- };
- hit_mc.onRollOut = function()
- {
- name_txt.colorTo(16777215,0.4,"easeOutSine");
- };
- hit_mc.onRelease = hit_mc.onReleaseOutside = function()
- {
- getUrl("http://www.d3publisher.us", "_blank");
- };
-