home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2003 October / cmycha200310.iso / NHL2004 / NHL2004Demo.exe / fe / nhl / js / loadingKeyPlayers.js < prev    next >
Text File  |  2003-08-20  |  310b  |  17 lines

  1. //Copyright (c) 2002 Electronic Arts Inc. All rights reserved.
  2.  
  3. function init()
  4. {
  5.     prepTeamPerformance();
  6.     setStadiumInfo();
  7.     setAwayTeamInfo();
  8.     setHomeTeamInfo();
  9.     setKeyPlayers();
  10.  
  11.     setTimeout("loadDone();", 200);
  12. }
  13.  
  14. function loadDone()
  15. {
  16.     window.external.GameInterface.LoadScreenLoaded();
  17. }