home *** CD-ROM | disk | FTP | other *** search
- _parent.sssball15._y = this._y;
- _parent.sssball16._y = this._y;
- _parent.sssball15.ishit = true;
- _parent.sssball16.ishit = true;
- _parent.sssball15.Att_hit = true;
- _parent.sssball16.Att_hit = true;
- _parent.sssball16.pang_start = true;
- _parent.sssball15.pang_start = true;
- _parent.sssball15.dis = _parent.Hit._y - this._y + _root.tans;
- _parent.sssball16.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();
- }
- }
-