home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 July / Software of the Month - Ultimate Collection Shareware 263.iso / mac / Business / Y2K Assistant / action.Dxr / 00083.ls < prev    next >
Encoding:
Text File  |  1999-03-02  |  456 b   |  35 lines

  1. on viewtopic
  2.   global ft
  3.   if ft = 1 then
  4.     go("s1")
  5.   end if
  6.   if ft = 2 then
  7.     go("s2")
  8.   end if
  9.   if ft = 3 then
  10.     go("s3")
  11.   end if
  12.   if ft = 4 then
  13.     go("s4")
  14.   end if
  15.   if ft = 5 then
  16.     go("s5")
  17.   end if
  18.   if ft = 6 then
  19.     go("s6")
  20.   end if
  21.   if ft = 7 then
  22.     go("s7")
  23.   end if
  24.   if ft = 8 then
  25.     go("s8")
  26.   end if
  27.   if ft = 9 then
  28.     go("s9")
  29.   end if
  30.   if ft = 10 then
  31.     go("s10")
  32.   end if
  33.   set the mouseDownScript to EMPTY
  34. end
  35.