home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- if inside(point(the mouseH, the mouseV), rect(122, 229, 512, 379)) then
- MyCursor(258, 259)
- else
- if rollOver(11) then
- check12()
- else
- if the mouseCast = 119 then
- changeCast(119, 13)
- else
- if the mouseCast = 117 then
- changeCast(117, 14)
- else
- if the mouseCast = 121 then
- changeCast(121, 15)
- else
- if rollOver(16) then
- roll(16)
- else
- if rollOver(28) then
- roll(28)
- else
- ReleasCursor()
- cursor(0)
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- updateStage()
- end
-