home *** CD-ROM | disk | FTP | other *** search
- d = 100;
- r.nochange = d;
- p.gotoAndStop("monitor" + r.hd);
- p._x = r.monitorx;
- xpos = p._x;
- ypos = p._y;
- r.canpress = 0;
- r.ztyping.start();
- onenterframe = function()
- {
- d--;
- if(d == 60)
- {
- r.nx = door._x + 30;
- r.ny = door._y + 150;
- }
- if(!d)
- {
- r.nx = xpos;
- r.ny = ypos;
- r.canpress = 1;
- r.monitor = 0;
- p.gotoAndStop("stand" + r.hd);
- gotoAndPlay(7);
- }
- if(r.mmlift)
- {
- gotoAndPlay(30);
- }
- };
- stop();
-