home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 10 B / MM_TREND.ISO / prog / isdn / menu_i.dir / 00027_Script_27 < prev    next >
Text File  |  1996-08-18  |  258b  |  15 lines

  1. on exitFrame
  2.   global a
  3.   repeat with a = 1 to 48
  4.     puppetSprite a, False
  5.     set the visible of sprite a to false
  6.   end repeat
  7.   
  8.     global gsGoMain
  9.   set gsGoMain = "KatalogI"
  10.   WriteParams
  11.   SendParams
  12.   go the frame +4
  13.   
  14.   --go next
  15. end