home *** CD-ROM | disk | FTP | other *** search
- global StartTid
-
- on new me
- startTimer()
- set the width of sprite 94 to 208
- set the locH of sprite 94 to 59
- end
-
- on exitFrame
- if the timer < 640 then
- set the locH of sprite 94 to (the timer / 20 * 9) + 65
- set the width of sprite 94 to 223 - (the timer / 20 * 9)
- go(#loop)
- else
- go(#next)
- end if
- end
-