home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997: Best New Mac Games / Image(3).iso / Games / Grossology / demo.dxr / Zits_16.ls < prev    next >
Encoding:
Text File  |  1997-07-31  |  728 b   |  17 lines

  1. on ZT_SzemekInit
  2.   global ZT_szemsprite, ZT_szemtime, ZT_szemwait, ZT_szemkezd, ZT_szemveg, ZT_szemakt, ZT_nenisprite
  3.   set ZT_szemsprite to 10
  4.   set the visible of sprite ZT_szemsprite to 0
  5.   set the ink of sprite ZT_szemsprite to 8
  6.   set ZT_szemkezd to the number of member "zt_szemelso"
  7.   set ZT_szemveg to the number of member "zt_szemutolso"
  8.   set ZT_szemakt to ZT_szemkezd
  9.   set the memberNum of sprite ZT_szemsprite to ZT_szemakt
  10.   set the locV of sprite ZT_szemsprite to the locV of sprite ZT_nenisprite - 176
  11.   set the locH of sprite ZT_szemsprite to the locH of sprite ZT_nenisprite - 93
  12.   updateStage()
  13.   set the visible of sprite ZT_szemsprite to 1
  14.   set ZT_szemwait to random(40)
  15.   set ZT_szemtime to the timer
  16. end
  17.