home *** CD-ROM | disk | FTP | other *** search
/ .net 2000 August / NET74.ISO / pc / script / 00004_Offline test.ls < prev    next >
Encoding:
Text File  |  2000-06-22  |  331 b   |  12 lines

  1. on mouseUp
  2.   if the platform = "Windows,32" then
  3.     gotoNetPage(the moviePath & "Software\Javascript\scroll.htm")
  4.   else
  5.     if the platform = "Windows,16" then
  6.       gotoNetPage(the moviePath & "Software\Javascript\scroll.htm")
  7.     else
  8.       gotoNetPage(the moviePath & "software:JavaScript:scroll.htm")
  9.     end if
  10.   end if
  11. end
  12.