home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set the castNum of sprite 47 to 999
- sound playFile 3, "@::walk:oto:SW_2"
- updateStage()
- repeat while the stillDown
- nothing()
- end repeat
- if rollOver(47) then
- play done
- else
- set the castNum of sprite 47 to 908
- end if
- end
-