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

  1. play();
  2. timer = getTimer() - BaseTime;
  3. if(_parent.tip ne "")
  4. {
  5.    if(timer >= _parent.delay)
  6.    {
  7.       gotoAndPlay(5);
  8.       _parent.flag = true;
  9.    }
  10. }
  11. else if(_parent.tip eq "")
  12. {
  13.    _parent.gotoAndStop("off");
  14. }
  15.