home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / winprogs / childenc / oecdemo / shared.dir / 00518.ls < prev    next >
Encoding:
Text File  |  1996-07-24  |  608 b   |  22 lines

  1. on mouseDown
  2.   global WdName
  3.   if WdName = "bookmark" then
  4.     set the visible of sprite 37 to 0
  5.     set the editableText of sprite 17 to 0
  6.     moveWindow("16-24;48", marker(0))
  7.     set the editableText of sprite 17 to 1
  8.   else
  9.     if WdName = "search" then
  10.       set the visible of sprite 37 to 0
  11.       set the editableText of sprite 17 to 0
  12.       moveWindow("16-35", marker(0))
  13.       set the editableText of sprite 17 to 1
  14.     else
  15.       if "print,help,notebook,browse" contains WdName then
  16.         set the visible of sprite 37 to 0
  17.         moveWindow("16", marker(0))
  18.       end if
  19.     end if
  20.   end if
  21. end
  22.