home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global lmoveblock, rmoveblock, rightable, leftable
- if rollOver(5) then
- set the castNum of sprite 6 to the castNum of sprite 6 + 2
- updateStage()
- set leftable to 1
- go("center_f")
- else
- go(#loop)
- end if
- end
-