home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / a_gen.dir / 00092_popUpName.ls < prev    next >
Encoding:
Text File  |  2000-11-14  |  261 b   |  15 lines

  1. on mouseEnter
  2.   set n to the name of member the member of sprite the currentSpriteNum
  3.   if n <> "voidCrop" then
  4.     put n into field "nomePopUp"
  5.   end if
  6. end
  7.  
  8. on mouseLeave
  9.   put " " into field "nomePopUp"
  10. end
  11.  
  12. on mouseDown
  13.   put " " into field "nomePopUp"
  14. end
  15.