home *** CD-ROM | disk | FTP | other *** search
- _root.zhongquan_boss3();
- if(_root.boss3_fangxiang == 1 and _parent._x > 50 and _parent._x - _root.chen._x >= 50)
- {
- _parent._x -= 15;
- }
- else if(_root.boss3_fangxiang == 2 and _parent._x < 500 and _root.chen._x - _parent._x >= 50)
- {
- _parent._x += 15;
- }
- nnn = new Sound();
- nnn.attachSound("huo");
- nnn.start(0,1);
-