home *** CD-ROM | disk | FTP | other *** search
/ Click 5 / Click 5.iso / main.dat / scripts / DefineButton2_33 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-11-22  |  189 b   |  12 lines

  1. on(release){
  2.    if(eval("../:noplay") == 0)
  3.    {
  4.       tellTarget("../moviecon/kino")
  5.       {
  6.          stop();
  7.       }
  8.       set("../:playing","0");
  9.       gotoAndStop(1);
  10.    }
  11. }
  12.