home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1997 June / Personal_Computer_World_Jun_97.iso / dxrs / refpcw06.dxr / 00013_REFGoToSelection.ls < prev    next >
Encoding:
Text File  |  1997-03-24  |  577 b   |  25 lines

  1. on REFGoToSelection s
  2.   global REFCallApplication, REFAppFilenames, REFActiveSection, REFLastActive, REFAcro, IFLUSERPRESSEDESCKEY
  3.   REFClearSectionSprites()
  4.   if s = 1 then
  5.     set IFLUSERPRESSEDESCKEY to 2
  6.     REFSetupStage(s)
  7.     REFRunA2ZSection()
  8.   end if
  9.   if s = 2 then
  10.     set IFLUSERPRESSEDESCKEY to 0
  11.     REFSetupStage(s)
  12.     REFRunAboutSection()
  13.   end if
  14.   if s = 3 then
  15.     set IFLUSERPRESSEDESCKEY to 2
  16.     REFSetupStage(s)
  17.     REFFeatureDatabase()
  18.   end if
  19.   if s = 4 then
  20.     set IFLUSERPRESSEDESCKEY to 0
  21.     REFSetupStage(s)
  22.     REFAdIdxSection()
  23.   end if
  24. end
  25.