home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / keno.swf / scripts / DefineSprite_164 / frame_2 / DoAction.as
Encoding:
Text File  |  2006-09-05  |  265 b   |  15 lines

  1. if(frame)
  2. {
  3.    nTime++;
  4.    if(timeOut < nTime)
  5.    {
  6.       _root.setTimeOut(funcString,timeOut,true);
  7.       removeMovieClip(this);
  8.    }
  9. }
  10. else if(getTimer() - time >= timeOut)
  11. {
  12.    _root.setTimeOut(funcString,timeOut,true);
  13.    removeMovieClip(this);
  14. }
  15.