home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- blinky()
- CheckGreet()
- end
-
- on CheckGreet
- global gFlatNow
- if gFlatNow = 0 then
- PlayNick()
- else
- if gFlatNow = 200 then
- preLoadMovie("F200")
- go(1, "F200")
- else
- nothing()
- end if
- end if
- end
-
- on blinky
- set eyetest to random(35)
- if eyetest = 5 then
- go(the frame + 1)
- else
- tie()
- end if
- end
-
- on tie
- set Altie to random(200)
- if Altie = 1 then
- go(the frame + 2)
- else
- nothing()
- end if
- end
-
- on exitFrame
- go(the frame)
- end
-