home *** CD-ROM | disk | FTP | other *** search
/ PC go! 1996 July / Image.iso / mrmore / mrmore.dir / 00026.ls < prev    next >
Encoding:
Text File  |  1996-04-11  |  285 b   |  16 lines

  1. on exitFrame
  2.   global gbPopIsOn, gbInstallEinkauf, gnMMSprite
  3.   CheckSound()
  4.   if not gbPopIsOn then
  5.     CheckRollOver()
  6.     CheckForTimeOut()
  7.   else
  8.     if gbInstallEinkauf then
  9.       DoAnim(gnMMSprite, 9, 1)
  10.       InstallEinkauf()
  11.     end if
  12.   end if
  13.   cursor(0)
  14.   go(the frame)
  15. end
  16.