Skip to main content
Known Participant
February 9, 2013
Answered

save add childs in a movie clip

  • February 9, 2013
  • 1 reply
  • 575 views

i have some ad child in a movie clip .when i go to another frem of timline and go bak , i lose that add childs. how can i save the add childs ?

This topic has been closed for replies.
Correct answer Ned Murphy

You need to retain the movieclip in any other frame you go to if you want it to stay as it is.  Try turning it invisible when you go elsewhere and make it visible again when you return

1 reply

Ned Murphy
Ned MurphyCorrect answer
Legend
February 9, 2013

You need to retain the movieclip in any other frame you go to if you want it to stay as it is.  Try turning it invisible when you go elsewhere and make it visible again when you return

Known Participant
February 9, 2013

thank you for reply . but i want to develop this app for ios and android . and I want to save mamory for best frem rate.

dosent invisible movie clip , bad effect on frem rate?

realy sory for my english

Ned Murphy
Legend
February 9, 2013

If youdon't want to retain the object then you need to retain data that will allow you to rebuild the object to what its current condition is everytime you return to the frame where it lives.