home *** CD-ROM | disk | FTP | other *** search
/ Chip 26 (1998) / Chip_26_1998.iso / Info.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  273 b   |  16 lines

  1. on exitFrame
  2.   global hit
  3.   go(3)
  4.   if hit = 1 then
  5.     set the locH of sprite 3 to random(640)
  6.     set the locV of sprite 3 to random(480)
  7.     set the trails of sprite 3 to 1
  8.     go(6)
  9.   end if
  10.   if rollOver(4) then
  11.     cursor([15, 16])
  12.   else
  13.     cursor(-1)
  14.   end if
  15. end
  16.