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

  1. global numLocations, curloc
  2.  
  3. on dectext
  4.   set the visible of sprite (curloc + 6) to 0
  5.   set curloc to curloc - 1
  6.   if curloc < 1 then
  7.     set curloc to numLocations
  8.   end if
  9.   set the visible of sprite (curloc + 6) to 1
  10.   updateloctext()
  11. end
  12.