Super Simple Scratch Question
Go to solution
Solved by Ithanul,
In the case of that question, yes it is both. If statements are a selection/decision statement, but they most go in sequence of their internal steps. Since a move 10 steps is after the selection statement, the next sequence is the move 10 steps after the selection statement has run its part.
You can have code with selection/decision and loops, but you can't have code without sequence (For the basic coding, not sure if there is code out there that breaks that rule).

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now