home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazine 28 Bonus / CDRomMagazine-SoftKey-ArtPassion-FrenchVersion-Win31Mac.bin / data / pvtecpl.dir / 00093_Script_93 < prev    next >
Text File  |  1996-06-16  |  473b  |  14 lines

  1. on gridlinesOff
  2.   global gridlines,gridlineButtonOff,gridlineButtonOn
  3.   set the visible of sprite gridlines to FALSE
  4.   set the visible of sprite gridlineButtonOff to TRUE
  5.   set the visible of sprite gridlineButtonOn to FALSE
  6. end
  7.  
  8. on gridlinesOn
  9.   global gridlines,gridlineButtonOff,gridlineButtonOn
  10.   set the visible of sprite gridlines to TRUE
  11.   set the visible of  sprite gridlineButtonOff to FALSE
  12.   set the visible of  sprite gridlineButtonOn to TRUE
  13. end
  14.