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

  1. on(release){
  2.    corect._visible = true;
  3.    gotoAndStop(24);
  4.    mesaj("m00","Felicit├úri!"," ");
  5.    _parent._parent.p1._visible = false;
  6.    _parent._parent.moonLander.setAnswerResult(5);
  7. }
  8.