problem with Active Picture and Alterable Strings
my problem is as follows:
I'm using multiple duplicates of the same active picture object and I'm using their alterable strings A through C. String A tells the object which picture to load. Unfortunately, whenever I try to give them different strings all objects load the same picture. I looked at the alterable strings in the debugger and they were indeed different for each object. What's wrong here?
Re: problem with Active Picture and Alterable Stri
Quote:
What's wrong here?
Your coding. Can't be more specific without seeing it, but I just did a test loading APO pic from alterable string A and it worked fine.
Re: problem with Active Picture and Alterable Stri
Yup. I think it has something to do with how MMF picks objects. I try to fix, but if I can't I'll upload the file later.
Edit: I found the exact problem. Now to fix it...
Edit^2: Got it.