home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if the mouseH < 320 then
- if the frame <> 10 then
- go(the frame - 5)
- set vv to the frame + 5
- set xx to vv / 5
- unLoadCast(120 + xx)
- unLoadCast(70 + xx)
- exit
- else
- go(230)
- exit
- end if
- else
- if the frame <> 230 then
- go(the frame + 5)
- set vv to the frame - 5
- set xx to vv / 5
- unLoadCast(120 + xx)
- unLoadCast(70 + xx)
- exit
- else
- go(10)
- exit
- end if
- end if
- end
-