home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global defsphead, startholeh, startholev, panatimeout
- if rollOver(8) then
- cursor([4, 5])
- else
- cursor(0)
- end if
- if the mouseDown then
- set panatimeout to the ticks + (60 * 10)
- end if
- if (abs(startholeh - the locH of sprite defsphead) < 23) and (abs(startholev - the locV of sprite defsphead) < 15) then
- cursor(0)
- panadone()
- go("goWeb")
- else
- if panatimeout < the ticks then
- go("goWebTimeOutB")
- else
- go(marker(0))
- end if
- end if
- end
-