which button is clicked to stop the loop of animation
Answers
Answered by
2
Answer:
For a "repeat until" block the simplest way would be to "or" your normal until condition with the break condition in the until. If you need another script/ sprite to trigger the break then a public variable will let you break the loop from anywhere and let a single condition break loops for different sprites.
Explanation:
please follow and brainliest
Answered by
1
Answer:
For a "repeat until" block the simplest way would be to "or" your normal until condition with the break condition in the until. If you need another script/ sprite to trigger the break then a public variable will let you break the loop from anywhere and let a single condition break loops for different sprites.
Explanation:
Similar questions