home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- ToggleControls()
- repeat with count = 7 to 9
- set the visible of sprite count to 1
- end repeat
- end
-
- on exitFrame
- global stopState
- if stopState then
- if not (the visible of sprite 11) then
- showItems(1)
- playStationCall(1)
- end if
- go(the frame)
- flashItems(11, 19)
- end if
- end
-