home *** CD-ROM | disk | FTP | other *** search
/ Club KidSoft Volume 3 #3 / CKSPCV33.BIN / movies / catalog.dir / 00086_Script_86 < prev    next >
Text File  |  1995-07-19  |  257b  |  11 lines

  1. -- "DetailInit"
  2. on exitFrame
  3.   DetailScreenInitSprites
  4.     global STab, STabSpecial
  5.   set the visible of sprite STab = FALSE
  6.   set the visible of sprite STabSpecial = FALSE
  7.   global SBoxOutline
  8.   set the visible of sprite SBoxOutline = FALSE
  9.  
  10. end
  11.