Skip to main content
Participant
September 1, 2016
Question

creating a game but when going to the tet scene items stay on the screen. help?

  • September 1, 2016
  • 1 reply
  • 188 views

hello.

right now I am creating a drag and drop flash game. when putting in a next button to go to the next scene after the objects are placed in the right place, it goes to the next scene but the items from the previous scene stay visible. I don't know why this is happening and I don't know how to fix it. can anyone help?

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
September 1, 2016

The objects that get moved need to be children of something in the scene in order for them to be left behind.  If you created them dynamically without placing them inisde some manually planted container, then they have no home in the timeline and will remain.  What you might be able to do is to remove them before you change scenes... either that or plant them inside a container that is manually fixed to the timeline.