home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #4 / Blender_3_4.iso / BLENDER / FILES / SGALLERY.DIR / 00041.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  698 b   |  28 lines

  1. on exitFrame
  2.   set tempDone to 1
  3.   repeat with i = 4 to 18
  4.     set the locH of sprite i to the locH of sprite i - 10
  5.     if the locH of sprite i < -100 then
  6.       set the locH of sprite i to 1400
  7.     end if
  8.     if the visible of sprite i = 1 then
  9.       set tempDone to 0
  10.     end if
  11.   end repeat
  12.   if tempDone = 1 then
  13.     CLEANUP()
  14.     play frame "THREE" of movie "KILBORNE.DIR"
  15.     exit
  16.   end if
  17.   set the locH of sprite 19 to the locH of sprite 19 - 5
  18.   if the locH of sprite 19 < -150 then
  19.     set the locH of sprite 19 to the locH of sprite 19 + 845
  20.   end if
  21.   if rollOver(25) then
  22.     set the visible of sprite 29 to 1
  23.   else
  24.     set the visible of sprite 29 to 0
  25.   end if
  26.   go(the frame)
  27. end
  28.