home *** CD-ROM | disk | FTP | other *** search
- on ANIMATEORACLE
- global TELECNT
- set TELECNT to TELECNT + 1
- if TELECNT = 1 then
- set the castNum of sprite 9 to 15
- updateStage()
- end if
- if (TELECNT = 6) or (TELECNT = 11) then
- if TELECNT = 6 then
- set the castNum of sprite 9 to 14
- end if
- if TELECNT = 11 then
- set the castNum of sprite 9 to 16
- end if
- updateStage()
- end if
- if TELECNT > 16 then
- set TELECNT to 0
- end if
- end
-