home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! Special / macgaichibanspecial1.bin / MOVIES / WORKS / 00007.ls < prev    next >
Encoding:
Text File  |  1995-12-13  |  296 b   |  18 lines

  1. on mouseUp
  2.   puppetSound("cut")
  3.   updateStage()
  4.   repeat while soundBusy(1)
  5.   end repeat
  6.   if clickOn() = 2 then
  7.     play frame "FOREST"
  8.   else
  9.     if clickOn() = 3 then
  10.       play frame "WOODS"
  11.     else
  12.       if clickOn() = 4 then
  13.         play frame "GROVE"
  14.       end if
  15.     end if
  16.   end if
  17. end
  18.