home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if rollOver(6) then
- cursor(200)
- set the castNum of sprite 45 to 110
- else
- if rollOver(7) then
- cursor(200)
- set the castNum of sprite 45 to 106
- else
- if rollOver(8) then
- cursor(200)
- set the castNum of sprite 45 to 107
- else
- set the castNum of sprite 45 to 0
- cursor(-1)
- end if
- end if
- end if
- go(the frame)
- end
-
- on idle
- set the locH of sprite 45 to the mouseH
- set the locV of sprite 45 to the mouseV
- updateStage()
- end
-