home *** CD-ROM | disk | FTP | other *** search
/ A Virtual Reality Guide to Texas / CD.iso / texdata / arcextra / tbits.dir / 00006.ls < prev    next >
Encoding:
Text File  |  1998-06-23  |  197 b   |  11 lines

  1. on showpict
  2.   global pictShown
  3.   if pictShown = 0 then
  4.     set the visible of sprite 47 to 0
  5.     set pictShown to 1
  6.   else
  7.     set the visible of sprite 47 to 1
  8.     set pictShown to 0
  9.   end if
  10. end
  11.