home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global cmoveblock
- set the locH of sprite 48 to mouseH()
- set the locV of sprite 48 to mouseV()
- if rollOver(26) then
- set the castNum of sprite 27 to the castNum of sprite 27 + 2
- updateStage()
- repeat with i = 2 to 42
- puppetSprite(i, 0)
- end repeat
- repeat with i = 2 to 44
- set the cursor of sprite i to 0
- end repeat
- clearcheck()
- else
- go(#loop)
- end if
- end
-