home *** CD-ROM | disk | FTP | other *** search
- _parent.ssball7._y = this._y;
- _parent.ssball8._y = this._y;
- _parent.ssball7.ishit = true;
- _parent.ssball8.ishit = true;
- _parent.ssball7.Att_hit = true;
- _parent.ssball8.Att_hit = true;
- _parent.ssball7.pang_start = true;
- _parent.ssball8.pang_start = true;
- _parent.ssball7.dis = _parent.Hit._y - this._y + _root.tans;
- _parent.ssball8.dis = _parent.Hit._y - this._y + _root.tans;
- if(random(3) == 0)
- {
- if(_parent.pang_item_hit)
- {
- _parent.item_Down = true;
- _parent.obj._x = this._x;
- _parent.obj._y = this._y;
- _parent.pang_item_hit = false;
- _parent.obj._visible = true;
- _parent.obj.in_obj.start_obj.play();
- }
- }
-