home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 22 / XENIATGM22.iso / media / van-02.dir / 00006_Script_6 < prev    next >
Text File  |  1996-10-01  |  363b  |  18 lines

  1. on startmovie
  2.   global cursor
  3.   set the visible of sprite 11 to false
  4.   set the visible of sprite 10 to true
  5.   set cursor = 200
  6. end startmovie
  7.  
  8. on sivede
  9.   set the visible of sprite 10 to false
  10.   set the visible of sprite 11 to true
  11. end sivede
  12.  
  13. on novede
  14.   set the visible of sprite 10 to true
  15.   set the visible of sprite 11 to false
  16. end novede
  17.  
  18.