home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / makers / power / globe.dir / 00093_Script_93 < prev   
Text File  |  1996-03-11  |  138b  |  6 lines

  1. on disposeRearWindow
  2.   global rwObj
  3.   if the machineType <> 256 then
  4.     if objectP( rwObj ) then rwObj( mDispose )
  5.   end if
  6. end