home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #16 / 2001 CD 16 (Black).iso / Black Bass / data1.cab / Program_Executable_Files / MenuResources / Tutorial / FishInfo / FishInfo.gms < prev   
Encoding:
Text File  |  1999-12-09  |  4.2 KB  |  40 lines

  1. BUTTON1(FISHINFO_BACK, fishinfo_back);
  2. onload GMCmdSetActions(WID_BUTTON_FISHINFO_BACK, {{GM_EVENT_BTN_PRESSED, AID_USER_BACK}});
  3.  
  4. IMAGE1(FISHINFO_BACKGROUND, fishinfo_plate);
  5.  
  6. #define FISHINFO_PAGE1(vname, fname, text)\
  7. IMAGE1(FISHINFO_vname, fishinfo_fname);\
  8. onload GMAddWidget_Text(WID_TEXT_vname, {MID_FONT_12POINT, MID_FONT_16POINT, MID_FONT_16POINT_BOLD, MID_FONT_16POINT_ITALIC, MID_FONT_16POINT_BOLD_ITALIC}, 600, 400, text);\
  9. onload GMAddWidget_Text(WID_TEXT_SHADOW_vname, {MID_FONT_12POINT_SHADOW, MID_FONT_16POINT_SHADOW, MID_FONT_16POINT_BOLD_SHADOW, MID_FONT_16POINT_ITALIC_SHADOW, MID_FONT_16POINT_BOLD_ITALIC_SHADOW}, 600, 400, text);\
  10. onload GMAddWidget_StaticContainer(WID_PAGE_FISHINFO_vname,\
  11. {    {WID_IMAGE_FISHINFO_BACKGROUND,0,0},\
  12.     {WID_BUTTON_FISHINFO_BACK,10,412},\
  13.     {WID_IMAGE_FISHINFO_vname, 390, 4},\
  14.     {WID_TEXT_SHADOW_vname, 22, 12},\
  15.     {WID_TEXT_vname, 20, 10}});
  16.  
  17. FISHINFO_PAGE1(LMB, lmb, \
  18. "~f4\nLARGEMOUTH BASS\n\n\n\
  19. ~f0 The distinctive jaw of the largemouth bass extends beyond its eyes and gives this fish its unique name. The brown-green coloring on its back fades into a lighter green color on its flank. These fish are known as tough fighters and have the ability to survive in almost any freshwater lake, pond or stream.\n\n\
  20.  An average largemouth bass weighs between two and eight pounds, but warmer water tends to produce larger-sized bass. Largemouth bass thrive in 5 to 15 feet of water and become active when the water temperature rises above 60░F. In the fall and winter when the temperature drops below 50░F and in the summer when the water temperature is over 80░F, bass are inactive.\n\n\
  21.  Locating bass is often difficult because of their sensitivity to temperature, oxygen level, food supply and the angle of the sun's rays. Largemouth bass spend much of their time in or near cover because their light-sensitive eyes need shade.\n\n\
  22.  Largemouth bass prefer shallow and weedy grounds and water temperature between 60░F and 66░F for spawning. On summer days, largemouth bass feed at daybreak and dusk, preying on small fish, crayfish, frogs, insect larvae, snakes, turtles and mice.\
  23. ");
  24.  
  25. FISHINFO_PAGE1(SMB, smb, \
  26. "~f4\nSMALLMOUTH BASS\n\n\n\
  27. ~f0 Smallmouth bass prefer cool, clear lakes with rocky, gravelly or sandy bottoms and are not as prevalent as largemouth bass.  Copper, dark brown or olive-green sides with vertical bars are its identifying marks.\n\n\
  28.  Even though the jaw of a smallmouth bass is much smaller than a largemouth bass and extends only to the middle of its eye, it compensates for its smaller mouth by inhaling its food, sucking in bait, food and a large quantity of water at the same time.  Smallmouth bass often spit whole meals out if it does not like the taste.\n\n\
  29.  The diets of largemouth bass and smallmouth bass are very similar; both feed on small fish, insect larvae, frogs and crayfish.  Smallmouth bass feed most actively in water with temperatures between 67░F and 72░F.  When moderate winds create a choppy surface that dims the sunlight, the smallmouth bass move into the shallow areas to feed.\n\n\
  30.  Eating in shallow waters and resting in deeper waters, smallmouth bass circulate throughout the lake.  As the water temperature increases, they move to deeper waters or look for shade from structures.\
  31. ");
  32.  
  33. FISHINFO_PAGE1(SB, sb, \
  34. "~f4\nSPOTTED BASS\n\n\n\
  35. ~f0 Rows of black spots on its lower sides appropriately give the spotted bass its name.  This species of bass also has a distinctive dark spot on its gill cover, and its mouth reaches to the middle of its eye.\n\n\
  36.  A small patch of teeth on its tongue that is absent on largemouth and smallmouth bass is unique to the spotted bass.  The world record in game fishing for spotted bass is just over 9 pounds, which is considerably lighter than the weight for largemouth bass.\n\n\
  37.  Spotted bass school together in the early spring before spawning. They scatter in late spring.  Rocky points with a drop-off are favorite hiding places for spotted bass.  These fish prefer inhabiting rocky and gravelly-bottomed creeks, rivers and lakes with clear, flowing water.\n\n\
  38.  This species of bass is better suited for living in moving water than largemouth bass and they prefer water temperatures between 73░F and 77░F.\
  39. ");
  40.