home *** CD-ROM | disk | FTP | other *** search
- GKHighScorePanel = {
- ACTIONS = {
- changeTable:;
- ok:;
- nameEntered:;
- };
- OUTLETS = {
- startLevelMatrix;
- elapsedTimeMatrix;
- playerNameMatrix;
- startTimeMatrix;
- selectPopUp;
- endTimeMatrix;
- endLevelMatrix;
- userNameMatrix;
- numberMatrix;
- machineNameMatrix;
- finalScoreMatrix;
- };
- SUPERCLASS = Panel;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- ControllerObject = {
- OUTLETS = {
- highScorePanel;
- strings;
- };
- SUPERCLASS = Object;
- };
-