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

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