home *** CD-ROM | disk | FTP | other *** search
-
- struct IntuiText HIText7 = {
- 1,0,JAM2,
- 93,56,
- NULL,
- (UBYTE *)"ESC - Reset SCREENMOD's Screen",
- NULL
- };
-
- struct IntuiText HIText6 = {
- 1,0,JAM2,
- 5,46,
- NULL,
- (UBYTE *)"U - UPDATE LIST In case new screens have opened",
- &HIText7
- };
-
- struct IntuiText HIText5 = {
- 1,0,JAM2,
- 42,36,
- NULL,
- (UBYTE *)"A - ADJUST PALETTE Change screen colors",
- &HIText6
- };
-
- struct IntuiText HIText4 = {
- 1,0,JAM2,
- 9,26,
- NULL,
- (UBYTE *)"V - VIEW SCREEN Brings selected Screen to front",
- &HIText5
- };
-
- struct IntuiText HIText3 = {
- 1,0,JAM2,
- 30,16,
- NULL,
- (UBYTE *)"R - REMAKE SCREEN Put changes into effect",
- &HIText4
- };
-
- struct IntuiText HIText2 = {
- 3,0,JAM2,
- 181,4,
- NULL,
- (UBYTE *)"HELP!",
- &HIText3
- };
-
- #define HelpTextList HIText2
-