i just started learning flash. Anyways, I have a movieclip that is removed when i quit the game from the menu e.g. removeChild(character). When i press “start” on the menu, i would like the character to re-appear. How can i add him again ONLY if he’s been deleted?
i just started learning flash. Anyways, I have a movieclip that is removed when
Share
You can use addChild again to add him. To test if he is added/deleted, you can test if his stage property is true.