home *** CD-ROM | disk | FTP | other *** search
/ Headbone Interactive / Headbone_Interactive_CD-ROM_Sampler_1995.iso / pc / demos / abf / intro.dxr / 00093.ls < prev    next >
Encoding:
Text File  |  1995-09-15  |  341 b   |  11 lines

  1. on exitFrame
  2.   global gvBonkHeadSprite, gvBonkLeftArmSprite, gvEntranceTime, gvIntroSyncheTime
  3.   set the puppet of sprite gvBonkHeadSprite to 1
  4.   set the puppet of sprite gvBonkLeftArmSprite to 1
  5.   updateStage()
  6.   repeat while (gvEntranceTime + gvIntroSyncheTime) > the timer
  7.     nothing()
  8.   end repeat
  9.   set gvEntranceTime to the timer
  10. end
  11.