home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / blobs.swf / scripts / DefineButton2_68 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2006-06-13  |  245 b   |  10 lines

  1. on(press){
  2.    this.startDrag();
  3.    startDrag(this,1,-205,-150,205,100);
  4.    _parent.cb = _name;
  5.    _parent.toggleBlobs("off");
  6.    blob.gotoAndPlay("pickup");
  7.    blob.eyes.gotoAndPlay("lookdown");
  8.    this.swapDepths(_parent.hidepth++);
  9. }
  10.