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

  1. on exitFrame
  2.   global gseriestext, gtitletext, ggrouptext, gnowseries, gnowtitle, gnowgroup, lseries, geditstack, gcdpath
  3.   set geditstack to 0
  4.   set ls to getAt(lseries, gnowseries)
  5.   set lt to getAt(the ltitle of ls, gnowtitle)
  6.   set lg to getAt(the lgroup of lt, gnowgroup)
  7.   set geprotect to the pprotect of lg
  8.   set gegroup to the pgroup of lg
  9.   set gecheckbox to the pcheckbox of lg
  10.   set gecheck to the pcheck of lg
  11.   set gebitmap to the pbitmap of lg
  12.   if the pprotect of lg = "1" then
  13.     newBitmap(gcdpath & "Graphics\" & gebitmap, 3)
  14.   else
  15.     newBitmap(the pathName & "Graphics\" & gebitmap, 3)
  16.   end if
  17.   set the text of member "Series" to gseriestext
  18.   set the text of member "Title" to gtitletext
  19.   set the text of member "Comment2" to ggrouptext
  20.   repeat with t = 1 to 48
  21.     set the puppet of sprite t to 0
  22.   end repeat
  23.   set the text of member "HelpWindow" to "├ëG├ëf├ëB├ëb├ëg├ë├ç├à[├ëh├ç┬╝├ç├¥├àB├ó├è├½├║├ç┬¥├¼o├▓^├ç├¥├ç├ê├ç├É├ç┬┤├ç├ò├½O├çΓÇí├ç┬í├ç╞ÆGraphic├ëf├ëB├ë├Ñ├ëN├ëg├ë├ñ├çΓǪ├«z├¡u├ç┬╡├ç╞Æ├ç┬«├ç┬ó├ç╞Æ├ó┼á├ç┼╜├ç┬ó├àB" & RETURN & "├ëG├ëf├ëB├ëb├ëg├ç┬╡├ç├╜├ç┬ó├ëe├ëL├ëX├ëg├ëE├ëC├ë├¼├ëh├ëE├ç┬¥├ëN├ë├ñ├ëb├ëN├ç┬╡├ç╞Æ├ç┬ì├ç├ª├ç┼╜├ç┬ó" & RETURN & "├º├î├¿├║├ç┬¥├ó├╝├ç├¥├ç├É├ç┬▒├ç├â├ëf├à[├ë^├ç┬¥├º├î├¿├║├ç┬╡├çΓÇ╣├ç├¥├àB"
  24.   dispselectedgroup()
  25. end
  26.