home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / different_picture.swf / scripts / DefineSprite_75 / frame_4 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  443 b   |  23 lines

  1. allt = new Date();
  2. sallt = new Sound();
  3. if(allt.getSeconds() >= stime)
  4. {
  5.    _root.alltime = 60 + stime - allt.getSeconds();
  6. }
  7. else
  8. {
  9.    _root.alltime = 60 + stime - allt.getSeconds() - 60;
  10. }
  11. if(_root.alltime != _root.alltime2)
  12. {
  13.    if(_root.alltime <= 10)
  14.    {
  15.       sallt.attachSound("smallm");
  16.       sallt.start();
  17.    }
  18.    sallt.attachSound("clock");
  19.    sallt.start();
  20. }
  21. _root.alltime2 = _root.alltime;
  22. gotoAndPlay(3);
  23.