home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / CSK / hyakki / adv_all / movie / Scene3.dcr / 00127.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  638 b   |  27 lines

  1. on enterFrame
  2.   global gneko, glist, gn
  3.   if rollOver(12) then
  4.     if gneko = 0 then
  5.       puppetSprite(12, 1)
  6.       puppetSprite(13, 1)
  7.       set the visible of sprite 12 to 0
  8.       set the visible of sprite 13 to 0
  9.       updateStage()
  10.       set the visible of sprite 12 to 1
  11.       repeat with i = 1 to 3
  12.         set the castNum of sprite 12 to 40 + i
  13.         updateStage()
  14.         wait(30)
  15.       end repeat
  16.       set the visible of sprite 12 to 0
  17.       set the visible of sprite 14 to 1
  18.       set the visible of sprite 15 to 1
  19.       updateStage()
  20.       set gneko to 1
  21.       hinotama(12)
  22.     else
  23.       nothing()
  24.     end if
  25.   end if
  26. end
  27.