home *** CD-ROM | disk | FTP | other *** search
/ Experience Hawaii / HAWAII.ISO / pc / credit.dir / 00002.ls < prev    next >
Encoding:
Text File  |  1996-04-12  |  290 b   |  12 lines

  1. on exitFrame
  2.   set whichSprite to 10
  3.   puppetSprite(whichSprite, 1)
  4.   if the bottom of sprite whichSprite > 0 then
  5.     set the locV of sprite whichSprite to the locV of sprite whichSprite - 2
  6.   else
  7.     set the locV of sprite whichSprite to 480
  8.   end if
  9.   updateStage()
  10.   go(the frame)
  11. end
  12.