home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 October / macgaichiban199610.bin / MOVIES / RINKAI.Dxr / 00187.ls < prev    next >
Encoding:
Text File  |  1996-08-14  |  434 b   |  14 lines

  1. on mouseDown
  2.   global gal
  3.   set gal to clickOn() - 11
  4.   repeat with i = 4 to 6
  5.     set the castNum of sprite (i + 11) to the number of cast ("gal" & i & "-1,off")
  6.     set the movieTime of sprite (i + 22) to 0
  7.     set the movieRate of sprite (i + 22) to 0
  8.   end repeat
  9.   set the castNum of sprite (gal + 11) to the number of cast ("gal" & gal & "-1,on")
  10.   updateStage()
  11.   sound stop 2
  12.   set the movieRate of sprite (gal + 22) to 1
  13. end
  14.