home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 2 #3 / Blender_2_3.iso / BLENDER / BLENDME.EXE / BLENDME.DXR / 00003.ls < prev    next >
Encoding:
Text File  |  1996-04-01  |  319 b   |  14 lines

  1. on exitFrame
  2.   global TEST
  3.   if the machineType = 256 then
  4.     go("OPEN", "OPENING.DIR")
  5.   else
  6.     set TEST to getNthFileNameInFolder("BLENDER2:BLENDER:FILES", 1)
  7.     if TEST = "ANTETRAP.DIR" then
  8.       go("OPEN", "BLENDER2:BLENDER:FILES:OPENING2.DIR")
  9.     else
  10.       go("OPEN", "OPENING.DIR")
  11.     end if
  12.   end if
  13. end
  14.