home *** CD-ROM | disk | FTP | other *** search
/ Let's Get Started! with Coolpix / LetsGetStartedWithCoolpix.iso / mac / macdata / quickstart_31.dxr / 00014.ls < prev    next >
Encoding:
Text File  |  2003-02-28  |  262 b   |  11 lines

  1. on switcher
  2.   global thetime, thecast
  3.   thetime = sprite(2).movieTime
  4.   repeat with i = 15 to 54
  5.     thecast = member(i).name
  6.     if (thetime > thecast) and (thetime < (thecast + 100)) then
  7.       set the member of sprite 3 to thecast
  8.     end if
  9.   end repeat
  10. end
  11.