home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / Games / How / How_1.5 / Source / How.h < prev    next >
Encoding:
Text File  |  1992-04-20  |  1.0 KB  |  43 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface How:Object
  7. {
  8.     id Info; /* The Info panel */
  9.     id MoreInfo; /* The MoreInfo panel */
  10.     id    CardOne;
  11.     id    CardTwo;
  12.     id    CardThree;
  13.     id    CardFour;
  14.     id Result; /* The Result panel */
  15.     id ResultForm; /* The result form in the Result panel */
  16.     id ResultImage; /* Button that will display an image */
  17.     id Select; /* The select panel is where the user selects an image */
  18.     id Suzuki; /* Secret Suzuki RM250F panel */
  19.     id BartFull; /* Secret Bart Simpson panel */
  20. }
  21.  
  22. - init;
  23. - StartHow:sender;
  24. - OneYes:sender;
  25. - OneNo:sender;
  26. - DropCardOne:sender;
  27. - TwoYes:sender;
  28. - TwoNo:sender;
  29. - DropCardTwo:sender;
  30. - ThreeYes:sender;
  31. - ThreeNo:sender;
  32. - DropCardThree:sender;
  33. - FourYes:sender;
  34. - FourNo:sender;
  35. - DropCardFour:sender;
  36. - Chosen:sender;
  37. - WhichImage:sender;
  38. - ResultButton:sender; /* Secret button in the result panel */
  39. - ResultAnimation:sender; /* animation for result panel */
  40. - closeInfo:sender; /* Closes the Info panel and opens the MoreInfo panel */
  41.  
  42. @end
  43.