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

  1. on exitFrame
  2.   global hit
  3.   set the locH of sprite 3 to random(640)
  4.   set the locV of sprite 3 to random(480)
  5.   go(the frame)
  6. end
  7.