home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / graphics / scripts / DefineSprite_380 / frame_1 / DoAction.as
Encoding:
Text File  |  2002-03-20  |  168 b   |  10 lines

  1. setProperty("catchAll", _visible, "0");
  2. if(_name.substr("1","2") eq "lp")
  3. {
  4.    gotoAndStop(2);
  5. }
  6. else if(_name.substr("1","2") eq "rp")
  7. {
  8.    gotoAndStop(3);
  9. }
  10.