home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global cursoridnum
- if (the mouseCast >= 11) and (the mouseCast <= 20) then
- if cursoridnum = 4 then
- set cursoridnum to 1
- else
- set cursoridnum to cursoridnum + 1
- end if
- cursor([233 + (cursoridnum * 2), 234 + (cursoridnum * 2)])
- else
- cursor([233, 234])
- end if
- go(#loop)
- end
-