home *** CD-ROM | disk | FTP | other *** search
/ The VPRO Digital Guide 1994 / vpro.iso / vpro1 / md.dir / 00017.ls < prev    next >
Encoding:
Text File  |  1994-08-28  |  242 b   |  16 lines

  1. on enterFrame
  2.   ToggleControls()
  3. end
  4.  
  5. on exitFrame
  6.   global stopState
  7.   if stopState then
  8.     if not (the visible of sprite 11) then
  9.       showItems(1)
  10.       playStationCall(3)
  11.     end if
  12.     go(the frame)
  13.     flashItems(11, 27)
  14.   end if
  15. end
  16.