actionscript 3 - Flash Game objects won't go away -


i have flash movie interactive game in middle. game simple drag , drop target.

now problem: when user plays game drag , drop symbols stays in target spot on next frame end of movie.

i them disappear after game over. noobie actionscript 3.0 - code can implement on frames after game make sure objects wont showup.

thanks..

frame navigation not affect objects created code (or objects created frames modified code). need manually remove them via removechild().


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -