home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 December / PCWorld_2002-12_cd.bin / Software / Komercni / Krtek / MOVIE / ROZDILY.DXR / Internal_14.ls < prev    next >
Encoding:
Text File  |  2002-10-07  |  374 b   |  18 lines

  1. property pPauza, pPauza2
  2.  
  3. on exitFrame me
  4.   if voidp(pPauza) then
  5.     pPauza = the ticks
  6.   end if
  7.   if ((pPauza + 120) < the ticks) and (pPauza <> 0) then
  8.     sendSprite(26, #clickMravenec)
  9.     pPauza = 0
  10.     pPauza2 = the ticks
  11.   end if
  12.   if ((pPauza2 + 360) < the ticks) and (pPauza2 <> 0) then
  13.     sendSprite(47, #clickMyska)
  14.     pPauza2 = 0
  15.   end if
  16.   go(the frame)
  17. end
  18.