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

  1. on exitFrame
  2.   global counter, UserPath
  3.   set counter to counter + 1
  4.   if counter = 2 then
  5.     cursor(0)
  6.     puppetTempo(10)
  7.     if the machineType <> 256 then
  8.       go(1, UserPath & "ROOM:HMINTRO.DXR")
  9.     else
  10.       go(1, UserPath & "ROOM\HMINTRO.DXR")
  11.     end if
  12.   else
  13.     go("INTRO2")
  14.   end if
  15. end
  16.