PDA

View Full Version : save the position (MC)



devil_online
May 13th, 2005, 06:39 AM
Hi,
I want to make a save the position of a movieclip.

I have a dragable movie clip, and I want to drag it and when I play the movie again, the movie clip is where I drag it for last.

is it possible?

Thanks

stringy
May 13th, 2005, 12:02 PM
Hi,
I want to make a save the position of a movieclip.

I have a dragable movie clip, and I want to drag it and when I play the movie again, the movie clip is where I drag it for last.

is it possible?


Thanks
Sure is
see if this helps

devil_online
May 14th, 2005, 10:21 AM
what I whant is to store this values in an external file...and load when starts the movie..How can I do that?

Thanks

stringy
May 15th, 2005, 03:01 PM
what I whant is to store this values in an external file...and load when starts the movie..How can I do that?

Thanks

If you want to write to a textfile rather than use a local sharedObject,
use some serverside script (PHP, ASP etc).