home *** CD-ROM | disk | FTP | other *** search
/ Greatest Childrens Stories Ever Told / Greatest_Stories.iso / menus / chtitle.dir / 00071_Script_71 < prev    next >
Text File  |  1994-11-02  |  244b  |  13 lines

  1. global myw,err,dhide
  2.  
  3. --openxlib "backwinxobj"
  4. --put backwindow(mnew,512,384) into myw
  5. --closexlib"backwinxobj"
  6. --put myw(mopen,the pathname) into err
  7. if err <> 0 then
  8.   -- problems
  9.   put 0 into dhide
  10. else
  11.   put 1 into dhide
  12. end if
  13.