home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global isanim, current_y, which_szlogen
- anim_csajok_csik()
- if isanim then
- anim_szlogen()
- else
- if random(250) = 2 then
- isanim = 1
- if random(2) = 2 then
- current_y = 160
- else
- current_y = 400
- end if
- which_szlogen = which_szlogen + 1
- if which_szlogen > 7 then
- which_szlogen = 1
- end if
- member("szlogen").text = line which_szlogen of the text of member "szlogenek"
- end if
- end if
- go(the frame)
- end
-