home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / Panasonic- / funcity / paris / wave / HA_E.dcr / 00082.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  268 b   |  18 lines

  1. on exitFrame
  2.   global gh, gscore
  3.   puppetTempo(10)
  4.   goalmotion()
  5.   if gh < -40 then
  6.     puppetSprite(5, 0)
  7.     puppetSprite(6, 0)
  8.     puppetSprite(10, 0)
  9.     if gscore < 10 then
  10.       go("end")
  11.     else
  12.       go("ok")
  13.     end if
  14.   else
  15.     go(the frame)
  16.   end if
  17. end
  18.