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

  1. on(press){
  2.    var sy = "f211";
  3.    var f = Object.contentFerXml[sy];
  4.    if(sy != undefined)
  5.    {
  6.       new Object.POP().construct(cine,sy," ",200,100,380,545);
  7.    }
  8.    fscommand("appletDo",0);
  9. }
  10.