Try the following code

<code>

property pHandler

on getPropertyDescriptionList me
params=[:]

addProp params #pHandler,\
[#comment: "Handler to call",\
#format: #string,\
#default: "myHandler"]

return params
end

on mouseUp me
x="sendSprite(me.spriteNum, #" & pHandler && ")"
do x
end

on myHandler
put "I'm here"
end

</code>

Enrique



At 08:29 12/07/01 +0200, you wrote:
>Hello List,
>I hope someone may advise me here.
>I've tried to make a button behavior which includes in the
>getPropertyDescriptionList:


---------------------------------------------------------------------------- 
-------------
Sr. Enrique
Libros, Multimedia y Software en Castellano

Visite nuestra tienda online:
     http://www.SrEnrique.co.il
Direcci�n electr�nica
     mailto:[EMAIL PROTECTED]
Tel�fono y Fax:
     +972 9 744 4701
Direcci�n postal:
     Sr Enrique
     P.O. Box 875
     Ra'anana 43108
     Israel



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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