home *** CD-ROM | disk | FTP | other *** search
/ Club KidSoft Volume 3 #1 / ClubKidsoft.iso / demos / digimpct / ozzies / mainstr.dxr / 00100.ls < prev    next >
Encoding:
Text File  |  1994-11-15  |  196 b   |  11 lines

  1. on mouseUp
  2.   global UserPath
  3.   cursor(0)
  4.   puppetTempo(10)
  5.   if the machineType <> 256 then
  6.     go(1, UserPath & "FOREST:FRMAIN.DXR")
  7.   else
  8.     go(1, UserPath & "FOREST\FRMAIN.DXR")
  9.   end if
  10. end
  11.