home *** CD-ROM | disk | FTP | other *** search
/ Spawn Figure Collection / spawn collection cd.iso / setup / data1.cab / Program_Executable_Files / Collection.dir / 00057.ls < prev    next >
Encoding:
Text File  |  1998-01-19  |  867 b   |  18 lines

  1. on exitFrame
  2.   global gnowframe
  3.   set gnowframe to "ASNBi"
  4.   set bitmaps to EMPTY
  5.   set the puppet of sprite 3 to 0
  6.   set tmp to serchfolder(the pathName & "Graphics", "bmp")
  7.   repeat with t = 1 to count(tmp)
  8.     set bitmaps to bitmaps & getAt(tmp, t) & RETURN
  9.   end repeat
  10.   set the text of member "├ó├è├½├║├á├ì├│├│" to bitmaps
  11.   set tmp to serchfolder(the pathName & "Graphics", "pct")
  12.   repeat with t = 1 to count(tmp)
  13.     set bitmaps to bitmaps & getAt(tmp, t) & RETURN
  14.   end repeat
  15.   set the text of member "├ó├è├½├║├á├ì├│├│" to bitmaps
  16.   set the text of member "HelpWindow" to "├ó├è├½├║├ët├ë@├ëC├ë├ú├ç┬¥├½I├ç├Æ├ç┬╝├ç┬ì├ç├ª├ç┼╜├ç┬ó├àB├ó├è├½├║├ët├ë@├ëC├ë├ú├ç├ò├úN├¼├å├ëf├ëB├ë├Ñ├ëN├ëg├ë├ñ├ç├âGraphics├ëf├ëB├ë├Ñ├ëN├ëg├ë├ñ├çΓǪ├½O├çΓÇí├ç┬í├ç╞Æ├¼┬╕├ç├ì├ç╞Æ├ç┬«├ç┬ó├ç╞Æ├ç┬ì├ç├ª├ç┼╜├ç┬ó├àB├ç┬¬├ç├â├çΓÇ╣├çΓÇ╣├Ñ├á├¡├ï├ç├¥├ç├ê├ç├Ésp00000.bmp├çΓäó├⌐g├ç├î├ç├ì├çΓÇ╣├ç├¥"
  17. end
  18.