home *** CD-ROM | disk | FTP | other *** search
/ Flight + Action / FlightAction.img / mrmore / tonline / 50.dir / 00022_Script_22 < prev    next >
Text File  |  1996-02-19  |  245b  |  10 lines

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