home *** CD-ROM | disk | FTP | other *** search
/ Computerworld Gratis 30 Hours of Connection / Image(2).iso / webs / nature / get / intro.dcr / 00008.ls < prev    next >
Encoding:
Text File  |  1996-07-09  |  130 b   |  9 lines

  1. global gFlag, gButton, gTimer
  2.  
  3. on startMovie
  4.   set gTimer to 0
  5.   set gButton to 2
  6.   puppetSprite(gButton, 1)
  7.   set gFlag to 0
  8. end
  9.