home *** CD-ROM | disk | FTP | other *** search
- allt = new Date();
- sallt = new Sound();
- if(allt.getSeconds() >= stime)
- {
- _root.alltime = 60 + stime - allt.getSeconds();
- }
- else
- {
- _root.alltime = 60 + stime - allt.getSeconds() - 60;
- }
- if(_root.alltime != _root.alltime2)
- {
- if(_root.alltime <= 10)
- {
- sallt.attachSound("smallm");
- sallt.start();
- }
- sallt.attachSound("clock");
- sallt.start();
- }
- _root.alltime2 = _root.alltime;
- gotoAndPlay(3);
-