stopping an actor on top of another actor then change scenes.

So for example, a dot is moving side to side and theres a black line in the middle of where its going side to side. When i press to stop and it doesn't land on the dot, then resets the scene, but if the dot lands on the black line, you win. how would i go about checking if the dot, if touching the black line?

Comments

  • GreenmakerGreenmaker Member Posts: 9

    I don't have much experience

    But what I do know that if you want an event to occur(eg. Change scenes,destroy actor)when one actor touches another

    Try using the rule function:

    If dot collides with black line

    Do change scenes from current scene to desired scene

Sign In or Register to comment.