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

  1. on enterFrame
  2.   ToggleControls()
  3.   repeat with count = 7 to 9
  4.     set the visible of sprite count to 1
  5.   end repeat
  6. end
  7.  
  8. on exitFrame
  9.   global stopState
  10.   if stopState then
  11.     if not (the visible of sprite 11) then
  12.       showItems(1)
  13.       playStationCall(1)
  14.     end if
  15.     go(the frame)
  16.     flashItems(11, 19)
  17.   end if
  18. end
  19.