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 / 00028.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  476 b   |  30 lines

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