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

  1. on exitFrame
  2.   global a, gsGoMain
  3.   repeat with a = 1 to 48
  4.     puppetSprite(a, 0)
  5.     set the visible of sprite a to 0
  6.   end repeat
  7.   set gsGoMain to "KatalogI"
  8.   WriteParams()
  9.   SendParams()
  10.   go(the frame + 4)
  11. end
  12.