home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / GameKit / Interfaces / HighScore / HighScore.level.nib / data.classes next >
Encoding:
Text File  |  1994-06-07  |  468 b   |  32 lines

  1. GKHighScorePanel = {
  2.     ACTIONS = {
  3.     nameEntered:;
  4.     changeTable:;
  5.     ok:;
  6.     };
  7.     OUTLETS = {
  8.     startLevelMatrix;
  9.     elapsedTimeMatrix;
  10.     startTimeMatrix;
  11.     playerNameMatrix;
  12.     selectPopUp;
  13.     endTimeMatrix;
  14.     endLevelMatrix;
  15.     userNameMatrix;
  16.     finalScoreMatrix;
  17.     machineNameMatrix;
  18.     };
  19.     SUPERCLASS = Panel;
  20. };
  21. FirstResponder = {
  22.     ACTIONS = {
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26. ControllerObject = {
  27.     OUTLETS = {
  28.     highScorePanel;
  29.     };
  30.     SUPERCLASS = Object;
  31. };
  32.