home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set changed to 0
- repeat with chan = 3 to 9
- if rollOver(chan) then
- cursor([551, 552])
- set changed to 1
- end if
- end repeat
- if rollOver(15) then
- cursor([551, 552])
- set changed to 1
- end if
- if changed = 0 then
- cursor(-1)
- end if
- if the movieTime of sprite 2 = the stopTime of sprite 2 then
- go(the frame + 1)
- end if
- go(the frame)
- end
-