Discuss Scratch
- Discussion Forums
- » Collaboration
- » how do we make our projects run more smoothly?
- Gamezdesighner
-
3 posts
how do we make our projects run more smoothly?
when green flag clicked
repeat (5)
next costume
end
- Gamezdesighner
-
3 posts
how do we make our projects run more smoothly?
we can use repeat loops in place of just using the same block over and over again
example of loop:
when green flag clicked
repeat (5)
next costume
end
do NOT do this:
when green flag clicked
next costume[scratchblocks]
[/scratchblocks]
next costume
[scratchblocks]
next costume[scratchblocks]
[/scratchblocks]
next costume
[/scratchblocks]
- Discussion Forums
- » Collaboration
-
» how do we make our projects run more smoothly?