home *** CD-ROM | disk | FTP | other *** search
/ 321 GAMES / 321GAMES.iso / logic / runes / runes.exe / runes.DXR / 00071.ls < prev    next >
Encoding:
Text File  |  1996-07-01  |  451 b   |  18 lines

  1. on exitFrame
  2.   global HEAD
  3.   set HEAD to 0
  4.   set the locH of sprite 9 to -2000
  5.   set the locV of sprite 9 to -2000
  6.   set the locV of sprite 30 to -2000
  7.   set the locH of sprite 30 to -2000
  8.   set the locH of sprite 8 to -2000
  9.   set the locV of sprite 8 to -2000
  10.   updateStage()
  11.   repeat with n = 10 to 12
  12.     set the trails of sprite n to 1
  13.     set the locH of sprite n to -2000
  14.     set the locV of sprite n to -2000
  15.     updateStage()
  16.   end repeat
  17. end
  18.