home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / episode4.swf / scripts / DefineButton2_1055 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  358 b   |  15 lines

  1. on(release){
  2.    _root.Inventaire.swapdepths(_root.Gts);
  3.    setProperty("/Gts", _X, 183);
  4.    setProperty("/Gts", _Y, 173);
  5.    setProperty("/Gts", _xscale, 40);
  6.    setProperty("/Gts", _yscale, 40);
  7.    set("/Variables:ObjetSelect",0);
  8.    set("/Variables:TransMail","");
  9.    tellTarget("MailMovie")
  10.    {
  11.       gotoAndStop(1);
  12.    }
  13.    nextFrame();
  14. }
  15.