home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / cc / panel / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2002-03-20  |  318 b   |  14 lines

  1. setProperty("mc", _Y, eval("_level0/data:moduley"));
  2. setProperty("mc", _X, eval("_level0/data:modulex"));
  3. call("cc/codelib:ini");
  4. set("type:type","1");
  5. if(eval("_level0/lib:init") eq "true")
  6. {
  7.    gotoAndStop(10);
  8. }
  9. status = "closed";
  10. if(Number(eval("_level0/data:panelani")) != 1)
  11. {
  12.    gotoAndStop(10);
  13. }
  14.