home *** CD-ROM | disk | FTP | other *** search
- overSound = new Sound(this);
- overSound.attachSound("btnOver");
- loadBar_mc._width = 0;
- hitVal = 0;
- hit_mc._alpha = 0;
- var Plink;
- name_txt.colorTo(2148607,0,"easeOutSine");
- name_txt.colorTo(16777215,0.4,"easeOutSine");
- 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()
- {
- _root.gotoAndStop("walkthrough");
- infoContentReturn();
- _root.imageLogoSub_mc.alphaTo(100,0.3,"easeOutQuad",0.5);
- _root.imageLogoSub_mc.colorTo(null,0.3,"easeOutQuad",0.7);
- mainEnabler(true,16777215,true,16777215,true,16777215,false,2148607);
- };
-