Feeds
85737 items (0 unread) in 29 feeds
Director Online Lingo Notes
-
windowRef.modal is obsolete and not supported in MX 2004 as mentioned.
Use windowRef.type=#dialog instead
-
I couldn't get this to work with the sytax sample style listed here. I had to use a simple string which was the name of the bitmap member.
Example: sprite(1).member.textureMember = "mybitmap"
-
The return value of importFileInto is a boolean that shows whether the command did work or not.