home *** CD-ROM | disk | FTP | other *** search
- on controlaScrolls
- global ScrollAppl
- if ScrollAppl = 1 then
- set the visible of sprite 30 to 1
- set the visible of sprite 31 to 1
- else
- set the visible of sprite 30 to 0
- set the visible of sprite 31 to 0
- end if
- updateStage()
- end
-