home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- puppetSprite(3, 1)
- repeat with i = 201 to 203
- set the castNum of sprite 3 to i
- updateStage()
- repeat with c = 1 to 200
- if the mouseDown then
- exit repeat
- end if
- if rollOver(25) then
- cursor([951, 952])
- next repeat
- end if
- if rollOver(26) then
- cursor([951, 952])
- next repeat
- end if
- cursor(0)
- end repeat
- end repeat
- go(the frame)
- end
-