home *** CD-ROM | disk | FTP | other *** search
- if(_root.failed)
- {
- levelcomplete._visible = false;
- timeup._visible = true;
- _root.boo.start();
- }
- else
- {
- levelcomplete._visible = true;
- timeup._visible = false;
- _root.clap.start();
- }
- timebonus = 1000 * _root.currenttimer;
- girlscollected = _root.currentgirls;
- totalscore = _root.currentgirls * timebonus + _root.totalscore;
- _root.totalscore = totalscore;
- _root.currentgirls = 0;
-