home *** CD-ROM | disk | FTP | other *** search
- if(_parent.banner_display_time < current_time - start_time)
- {
- current_time = 0;
- start_time = 0;
- tellTarget("banners")
- {
- if(_currentframe == _parent._parent.num_banners)
- {
- gotoAndStop(1);
- }
- else
- {
- gotoAndStop(_currentframe + 1);
- }
- }
- gotoAndPlay(1);
- }
- else
- {
- gotoAndPlay(2);
- }
-