home *** CD-ROM | disk | FTP | other *** search
- property startPos, StartTicks
-
- on new me
- cursor(4)
- set startPos to the locH of sprite 4
- set StartTicks to the ticks
- end
-
- on exitFrame
- if the ticks > (StartTicks + 720) then
- go(#next)
- else
- go(#loop)
- end if
- end
-