home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 - Expo 2000 / Image.iso / t-online / show / t_email.dxr / 00222.ls < prev    next >
Encoding:
Text File  |  1996-11-25  |  191 b   |  11 lines

  1. on enterFrame
  2.   global glBsListe, giBsIndex, gsMenuName
  3.   set glBsListe to ["splus", "splus-1", "splus-2"]
  4.   set gsMenuName to "rollinit"
  5.   InitBsFrame(0)
  6. end
  7.  
  8. on exitFrame
  9.   BusyWait(3)
  10. end
  11.