home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / m_info.dir / 00013_Script_elencoClick < prev    next >
Text File  |  2000-10-16  |  365b  |  13 lines

  1. on mouseUp
  2.   --global gCanClick, gNSclicked
  3.   
  4.   --if (gCanClick) and (gNSclicked = the currentSpriteNum) then
  5.   set nl = the mouseLine
  6.   if nl > 0 then
  7.     hilite line nl of member "elenco"
  8.     set the member of sprite 3 to member string(nl) of castLib "m_gloss"
  9.     set the locV of sprite 3 to 328
  10.     sendSprite 7, #initSprite
  11.   end if
  12.   --end if
  13. end