home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / game / yuurei.dir / 00023.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  215 b   |  12 lines

  1. global gyuraimizu
  2.  
  3. on mouseDown
  4.   set the memberNum of sprite 8 to 14
  5.   set the memberNum of sprite 5 to 2
  6.   set gyuraimizu to gyuraimizu - (random(4) - 1)
  7.   case random(30) of
  8.     1:
  9.       ahiruup()
  10.   end case
  11. end
  12.