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

  1. on enterFrame
  2.   global gbPopIsOn, gbTeleAuto, glSoundList, gbNoBreak
  3.   append(glSoundList, the frameLabel)
  4.   if CheckForPopup() then
  5.     exit
  6.   end if
  7.   set gbTeleAuto to 1
  8.   if the controlDown then
  9.     set gbNoBreak to 0
  10.   end if
  11.   go(1, "tonline\haupt.dir")
  12. end
  13.