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

  1. on NagyitoKezel
  2.   global nagyito, nagyitosprite, animsprite
  3.   if nagyito = 1 then
  4.     set the visible of sprite nagyitosprite to 1
  5.     set the visible of sprite animsprite to 1
  6.   else
  7.     sound stop 1
  8.     set the visible of sprite nagyitosprite to 0
  9.     set the visible of sprite animsprite to 0
  10.   end if
  11. end
  12.