home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / tooltips / scripts / frame_3 / DoAction.as
Encoding:
Text File  |  2002-03-20  |  132 b   |  11 lines

  1. size = tip.substr(1,1);
  2. tip = tip.substr(2,length(tip));
  3. if(tip ne "")
  4. {
  5.    gotoAndStop(2);
  6. }
  7. else
  8. {
  9.    gotoAndStop(1);
  10. }
  11.