home *** CD-ROM | disk | FTP | other *** search
- stop();
- _parent.ins20._visible = true;
- _parent.cutOnion.cutFlower.onPress = function()
- {
- startDrag(this,0);
- };
- _parent.cutOnion.cutFlower.onRelease = function()
- {
- if(_parent.onionPlate.hitTest(this))
- {
- this.stopDrag();
- this._x = 435;
- this._y = 25;
- _parent.ins20._visible = false;
- knief._visible = false;
- _parent.knief._visible = true;
- _parent.knief.enabled = false;
- _parent.knief._x = 55.6;
- _parent.knief._y = 8.2;
- this.enabled = false;
- _global.dd = 2;
- _parent.ins7._visible = true;
- CutCelery();
- }
- };
-