home *** CD-ROM | disk | FTP | other *** search
- Object.__MainPlayControler__ = new Object.PlayCtrlX("movieini.xml");
- credit_b.transform(Object.Btn,1);
- credit_b.addEvent("onpress",function()
- {
- credits.gotoAndPlay(2);
- fscommand("ascund");
- fscommand("appletDo",0);
- removeMovieClip(Object.film.fr);
- }
- );
- bottom.bar.transform(Object.BaseObject);
- bottom.bg.transform(Object.BaseObject,true);
- bottom.bar_over.transform(Object.BaseObject,true);
- bottom.bar_over_h.transform(Object.BaseObject,true);
- bottom.bar_h.transform(Object.BaseObject);
- top.bar.transform(Object.BaseObject);
- top.bar_over.transform(Object.BaseObject,true);
- rollout._alpha = 0;
- rollout.useHandCursor = false;
- rollout.onRollOver = function()
- {
- _root.menu.gotoAndStop("stop");
- play_ctrl._play_cntrl_.rollover.enabled = true;
- };
- credit_b.onRelease = function()
- {
- trace(p);
- p.setEnabled(1);
- };
- this.playCntrlLoaded = function()
- {
- };
- fscommand("showmenu","false");
- this.stop();
-