home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 1 #1 / Blender_1_1.iso / BLENDER / FILES / CONTROL.DIR / 00018.ls < prev    next >
Encoding:
Text File  |  1994-11-01  |  134 b   |  11 lines

  1. on exitFrame
  2.   set n to random(2)
  3.   if n = 1 then
  4.     preLoadCast(28)
  5.     go("1")
  6.   else
  7.     preLoadCast(24)
  8.     go("2")
  9.   end if
  10. end
  11.