>For exmple if
>10 sprites each have a differnt value of either 10, 20, 30, 40.

Here's another way of doing it if you want to limit the values to multiples 
of 10:

on getPropertyDescriptionList
         description = [:]
         addProp description,#val, [#default:10, #format:#integer, 
#comment:"Integer", #range: [10, 20, 30, 40]]
         return description
end

The one I sent a minute ago should have read #format: #integer, #comment: 
"Integer"


Cordially,
Kerry Thompson
Learning Network


[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