home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Demo / elearn / Fizica / FIX01 / 08LLand / moonlander.swf / scripts / DefineButton2_283 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2004-05-12  |  111 b   |  11 lines

  1. on(release){
  2.    if(this.ok == 1)
  3.    {
  4.       this.ok = 0;
  5.    }
  6.    else
  7.    {
  8.       this.ok = 1;
  9.    }
  10. }
  11.