home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / CSK / images / guide.dcr / 00029.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  441 b   |  26 lines

  1. on enterFrame
  2.   if the clickOn = 4 then
  3.     cursor(-1)
  4.     play frame "chapt.,6"
  5.     go("chapt.,7")
  6.     sound fadeOut 1, 60
  7.   else
  8.     if the clickOn = 5 then
  9.       cursor(-1)
  10.       play frame "chapt.,6"
  11.       go("chapt.,9")
  12.       sound fadeOut 1, 60
  13.     else
  14.       nothing()
  15.     end if
  16.   end if
  17.   if soundBusy(1) = 0 then
  18.     puppetSound("bgm")
  19.   end if
  20.   if rollOver(4) or rollOver(5) then
  21.     cursor(3)
  22.   else
  23.     cursor(-1)
  24.   end if
  25. end
  26.