>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!]
- Re: <lingo-l> Property description Lists Kerry Thompson
- RE: <lingo-l> Property description Lists Mark R. Jonkman
- <lingo-l> Property description Lists Merlin
- RE: <lingo-l> Property description Li... Mark R. Jonkman
- Re: <lingo-l> Property description Li... Kerry Thompson
- Re: <lingo-l> Property description Li... Jordan L. Chilcott
- Re: <lingo-l> Property description Li... Florian Bogeschdorfer
- RE: <lingo-l> Property description Lists Karina Steffens
- RE: <lingo-l> Property description Li... S�bastien Portebois
- RE: <lingo-l> Property descriptio... Karina Steffens
- RE: <lingo-l> Property description Lists Kerry Thompson
- RE: <lingo-l> Property description Lists Brian Ellertson
- Re: <lingo-l> Property description Lists Lists
- RE: <lingo-l> Property description Lists Merlin
- RE: <lingo-l> Property description Li... Mark R. Jonkman
- RE: <lingo-l> Property description Li... Kerry Thompson
- RE: <lingo-l> Property description Li... Kerry Thompson
- RE: <lingo-l> Property descriptio... Merlin
- RE: <lingo-l> Property descri... Kerry Thompson
- <lingo-l> Shockwave load... Merlin
- Re: <lingo-l> Shockw... Kerry Thompson
