home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 28 / Creative-Review-CD-ROM-28.iso / pc / kungfu / advert.dir / 00006_Script_6 < prev    next >
Text File  |  1997-08-08  |  352b  |  23 lines

  1. -- rear
  2. global rwObj
  3.  
  4. on hOpenRear
  5. openXLib "@:assets:xtra:Rear.XOb"
  6.   initRearWindow 0
  7. end
  8.  
  9.  
  10.  
  11. on initRearWindow theColor
  12.   if objectP( rwObj ) then rwObj( mDispose )
  13.   put RearWindow( mNew, "M" ) into rwObj
  14.   rwObj( mIndexColorToWindow, theColor )
  15. end 
  16.  
  17.  
  18. on disposeRearWindow
  19.   
  20.   if objectP( rwObj ) then rwObj( mDispose )
  21. end
  22.  
  23.