----- Original Message ----- 
From: "Eco" <[EMAIL PROTECTED]>
Sent: Thursday, September 26, 2002 1:23 AM

> My problem is... How can I know the spriteNum property in the MouseDown
> list event?
>
> Thanks a lot, Eco.

Eco,

If you want to know which item the user clicks on your ActiveX Listbox,
try....

-- < behavior script >---------------
on mouseDown(me)
    put sprite(me).text
end
--</behavior script>--------------------


hth,
- John Erazo




[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to