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 / 00078.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  112 b   |  10 lines

  1. on exitFrame
  2.   global ghard
  3.   motion()
  4.   if ghard = 15 then
  5.     go("goal2")
  6.   else
  7.     go("final")
  8.   end if
  9. end
  10.