>I am authoring a shockwave piece that has a series of doors for the end 
>user to choose. After they choose the door, they have the option to choose 
>several windows for that door. My question is how can I program this so 
>the correct windows can be used with the correct doors? Thanks!

One way that comes to mind is a property list where each property is a door 
type and the value of each would be a list of the list windows. For example:

[#frenchDoor: [winA, winB, winC], #steelDoor: [winD, winE, winF]]

Then you can access the list based on the door selected.

HTH,

-- Clint


[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