home *** CD-ROM | disk | FTP | other *** search
/ PC go! 1996 July / Image.iso / mrmore / tonline / haupt.dir / 00022.ls < prev    next >
Encoding:
Text File  |  1996-04-29  |  241 b   |  10 lines

  1. on SammelMarker
  2.   go(1)
  3.   repeat while the frameLabel <> "Ende"
  4.     if the frameLabel <> EMPTY then
  5.       set the text of cast "Sammel" to the text of cast "Sammel" & the frameLabel & RETURN
  6.     end if
  7.     go(the frame + 1)
  8.   end repeat
  9. end
  10.