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

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