home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / arvore.swf / scripts / DefineButton2_33 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2007-09-27  |  322 b   |  14 lines

  1. on(release){
  2.    stopDrag();
  3.    _root.txtx.selectable = true;
  4.    _root.titx.selectable = true;
  5.    _parent.n += 1;
  6.    duplicateMovieClip(this,_parent.n,16384 + (50 + _parent.n));
  7.    with(eval("_parent." + _parent.n))
  8.    {
  9.       gotoAndStop(2);
  10.    }
  11.    setProperty(this, _X, x1);
  12.    setProperty(this, _Y, y1);
  13. }
  14.