home *** CD-ROM | disk | FTP | other *** search
/ Computer Life: SuperPac / SuperPac (Computer Life Magazine)(Ziff-Davis)(1995).ISO / pc / demos / nile / credits.dir / 00005.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  194 b   |  13 lines

  1. on exitFrame
  2.   global onIBM
  3.   if the movieRate of sprite 3 then
  4.     go(the frame)
  5.   else
  6.     if onIBM then
  7.       puppetTransition(26)
  8.     else
  9.       puppetTransition(23)
  10.     end if
  11.   end if
  12. end
  13.