home *** CD-ROM | disk | FTP | other *** search
/ Yolanda Bergman's Good Health, Great Food / GoodHealth.iso / pc / yolanda.dxr / Internal_11_Constants.ls < prev    next >
Encoding:
Text File  |  1998-03-11  |  1.9 KB  |  28 lines

  1. global SPRITE_MORETEXT2, SPRITE_SHOPLIST_FIRST, SPRITE_SHOPLIST_LAST, SPRITE_SHOPLIST_BKGND, SPRITE_SHOPLIST_SCROLL_FLD, SPRITE_SHOPLIST_ADD_BTN, SPRITE_SHOPLIST_REMOVE_BTN, SPRITE_SHOPLIST_CLEAR_BTN, SPRITE_SHOPLIST_PRINT_BTN, SPRITE_THUMB1, SPRITE_THUMB2, SPRITE_THUMB3, SPRITE_THUMB4, SPRITE_FRAME, MSG_BKMRK_WRITE_ERROR, MSG_BKMRK_MAC_ERROR, MSG_BKMRK_WIN_ERROR, NOPRINTER_MSG, PRINTPROGRESS_MSG, COPYRIGHT_MSG, OFFSET_FOTB, OFFSET_FOTC, OFFSET_INFO, OFFSET_SM2LG, MNU_OFFSET, HDR_OFFSET, FORWARD, BACKWARD, CAST_BKMRK_RECORD
  2.  
  3. on InitConstants
  4.   global SPRITE_SHOPLIST_PRINTALL
  5.   CastConstants()
  6.   set SPRITE_MORETEXT2_BTN to 29
  7.   set SPRITE_SHOPLIST_BKGND to 60
  8.   set SPRITE_SHOPLIST_SCROLL_FLD to 61
  9.   set SPRITE_SHOPLIST_FIRST to 60
  10.   set SPRITE_SHOPLIST_LAST to 66
  11.   set SPRITE_SHOPLIST_ADD_BTN to 62
  12.   set SPRITE_SHOPLIST_REMOVE_BTN to 63
  13.   set SPRITE_SHOPLIST_CLEAR_BTN to 64
  14.   set SPRITE_SHOPLIST_PRINT_BTN to 65
  15.   set SPRITE_SHOPLIST_PRINTALL to 66
  16.   set MNU_OFFSET to 400
  17.   set HDR_OFFSET to 200
  18.   set MSG_BKMRK_WRITE_ERROR to "Trouble getting bookmark on disk. " & "If you save bookmarks, they will be unavailable when you restart" & "(this message will not be repeated). Error is:"
  19.   set MSG_BKMRK_MAC_ERROR to "Could not read preferences files. " & "Please run the Installer from your CD-ROM to use this program. Error is: "
  20.   set MSG_BKMRK_WIN_ERROR to "Could not find configuration files. " & "Please run the SETUP.EXE program from your CD-ROM. Error is:"
  21.   set NOPRINTER_MSG to "There is no currently selected printer. Printing features are disabled."
  22.   set PRINTPROGRESS_MSG to "One moment please....talking to the printer"
  23.   set COPYRIGHT_MSG to "From ‚ÄúYolanda‚Äù CD-ROM." & RETURN & "Copyright ¬© 1998 D√≠AMAR Interactive Corp." & RETURN & "All Rights Reserved." & RETURN & RETURN
  24.   set FORWARD to 1
  25.   set BACKWARD to -1
  26.   set CAST_BKMRK_RECORD to member "‚Ä¢Bookmark" of castLib "General"
  27. end
  28.