Martin Sandberg wrote:

> But if I'm not mistaken, transform is an object and does
> therefore not save, well the information is saved as
> "transform(1.0000,0.000" etc...., but I cant get this information back into
> director.


        You�re right...it�s a pain..........


> How should I save this information and retrieve it?
        

        Well, you have to store and retrieve the information separately....I 
mean, divide it in three:

transform.position()
transform.rotation()
transform.scale()

        This worked perfect for me and it didn�taffect my movie�s performance.

Hope that helps


PS: I store the information in "data cast members" (look for that 
artlicle of Irv Kalb at DOUG). There are parent scripts that store some 
info...great technique.

-- 
Agust�n Mar�a Rodr�guez

http://cablemodem.fibertel.com.ar/agustinmr/ (en construcci�n)

[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!]

Reply via email to