home *** CD-ROM | disk | FTP | other *** search
/ Comic Book Maker: The Smurfs / COMIC.iso / mac / data_m / dialog / 00018.ls < prev    next >
Encoding:
Text File  |  1999-07-07  |  302 b   |  16 lines

  1. property theCounter
  2. global gObj3
  3.  
  4. on exitFrame me
  5.   go(the frame)
  6. end
  7.  
  8. on idle me
  9.   if count(the theSelection of gObj3) = 1 then
  10.     if the ticks > theCounter then
  11.       set the visible of sprite 20 to (the visible of sprite 20 + 1) mod 2
  12.       set theCounter to the ticks + 35
  13.     end if
  14.   end if
  15. end
  16.