I'm doing something that uses a lot of director-created flash objects within director -- ie director pointers to flash objects to be used in memory/lingo.
Don't mind that. I'm running into a weird problem where the director behavior is reporting that a flash object doesn't have a certain property. Shifting to flash. If I have a flash object called 'listbox' that is an OBJECT (ie listbox=newObject()) If I want to set a property for listbox -- 'currentItem' -- can I not do something like Listbox.currentItem = void; Or Listbox.currentItem = null; Or do I have to go about it roundabouts: var currentItem; listbox.currentitem = currentitem; ? I've tried everything but the last, will do now. It's a shame that some of these things I actually have to create in the FLASH file rather than being able to do it fully from director... [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/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!]
