>Hi I am trying to figure out how to create behaviors with Property
>description Lists. Possibly could somebody help me create one. For exmple if
>10 sprites each have a differnt value of either 10, 20, 30, 40. This behvoir
>would then be able to be drop an individual sprite to select one of the 4
>above values.

You need a handler like this in your behavior:

on getPropertyDescriptionList
         description = [:]
         addProp description,#val, [#default:1, #format:#boolean, 
#comment:"Dynamic",      #range: [#min: 10, #max: 40]]
         return description
end


[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