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 / 00076.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  218 b   |  18 lines

  1. on exitFrame
  2.   if rollOver(5) then
  3.     cursor(3)
  4.   else
  5.     cursor(-1)
  6.   end if
  7. end
  8.  
  9. on enterFrame
  10.   if the clickOn = 5 then
  11.     cursor(-1)
  12.     puppetSound("beep")
  13.     go("chapt.,10")
  14.   else
  15.     nothing()
  16.   end if
  17. end
  18.