home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 2 / CDROM02.iso / infantil / mestre / p_menu.dxr / 00036.ls < prev    next >
Encoding:
Text File  |  1996-07-27  |  150 b   |  7 lines

  1. on mouseUp
  2.   set palavra to word the mouseWord of field "TextoHelp"
  3.   if palavra = "diagrama" then
  4.     set the visible of sprite 16 to 1
  5.   end if
  6. end
  7.