home *** CD-ROM | disk | FTP | other *** search
- property pPauza, pPauza2
-
- on exitFrame me
- if voidp(pPauza) then
- pPauza = the ticks
- end if
- if ((pPauza + 120) < the ticks) and (pPauza <> 0) then
- sendSprite(26, #clickMravenec)
- pPauza = 0
- pPauza2 = the ticks
- end if
- if ((pPauza2 + 360) < the ticks) and (pPauza2 <> 0) then
- sendSprite(47, #clickMyska)
- pPauza2 = 0
- end if
- go(the frame)
- end
-