Ask a Question related to Macromedia Director Lingo, Design and Development.
-
dirtyh69 webforumsuser@macromedia.com #1
using handler of linked script after changing filename
After changing the filename of a castmember that uses a linked script and calling a handler within the script I get an errormessage saying "Script castmember not found". When assigning the new filename multiple times in a row there are no errors at all and I am able to call the handler within the linked script.
This seems to be a timing problem but when I check the "scriptText" property of the castmember before calling the handler it already contains the new script. The fileName property has been changed correctly as well. It doesn't matter wether I use preloadNetThing/netDone, just a local file or different script types.
The point is that eventually the script has to be generated/assembled on a server during runtime. If you have any idea how to solve this problem please let me know.
Regards,
Harry.
dirtyh69 webforumsuser@macromedia.com Guest
-
Changing Embedded to Linked - Reduce File size
Have you compacted the db since changing it? That should reduce the size. changed both is -
Changing an embedded image to a linked file..
Is there a way I can change an embedded file into a linked file (and vice versa)? Is there a way I can edit an embedded file? It seems like a one-way... -
filename when exporting from a script
I'm writing a script that we will be using for sending jpeg proofs to customers, and have run into a slight problem with certain types of filenames.... -
Changing the texture of a linked object
Hello all, I'm finding trouble accesing the proporties of my 3d-model exported from 3dstudio. It is a very simple structure. It's foundation is... -
How do I call a class handler from a different script?
Hello, I know that I can call a class handler like this: myBird = script("Bird").new() myBird.fly() but what if I want to call myBird.fly()... -
dirtyh69 webforumsuser@macromedia.com #2
Re:using handler of linked script after changing filename
Problem solved, only making use of scriptText now instead of fileName property.
Harry.
dirtyh69 webforumsuser@macromedia.com Guest



Reply With Quote

