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

  1. on b
  2.   repeat with i = 71 to 77
  3.     set the media of member i to the media of member i
  4.     set the scrollTop of member i to 0
  5.     set the text of member i to "abc"
  6.   end repeat
  7. end
  8.