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 / 00079.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  232 b   |  19 lines

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