Book 3: Advanced of The Teacher’s Guide To Scratch rounds out the series with a final push to the limits of block coding! Designed to build on the skills and knowledge of the first two books it cuts down on minutia and provides a look at the deeper meaning and goals of coding.
This book pushes Scratch projects to a level that begins to approach most text coding projects. With more professional skills in mind, the methods and focus in this book are aiming at preparing teachers and students to be ready to leap to python, javascript or whatever may be next, while not assuming people are necessarily pursuing programming as a career. It showcases complex techniques and advanced methods while still focusing on creativity, fun and accessibility. The projects highlight data visualization, narrative, action and procedural generation games showcasing some very different ways to use computer science for creative and informative purposes.
“I’ve read my fair share of Scratch programming books, but what Kai has done with this series is to forefront a spiraling project-based curriculum that is so good as to make Bruner blush. Woven throughout is an impressive focus on professional-level concepts cleverly nested beneath interest-driven outcomes. Each of the four main projects offers distinctly different lessons and appeals to a variety of learner styles, (shout out to the BarChartCrew!) while equipping the reader with contextual tools to understand both advanced coding and design concepts.”
Shawn Patrick Higgins
https://www.shawnpatrickhiggins.com
President of the Oregon Computer Science Teachers Association and 6th-12th-grade Game-Making and Coding Teacher in Portland, OR
2017 PBS Oregon Digital Innovator of the Year
National PBS Digital Innovator All-Star Teachers from 2018-2020
2020 Processing Teaching Fellow
The Best Buy Foundation’s Inspired Teaching Award
2021 CS For All Teachers Ambassador
Chapter abstracts
Chapter 1 – Introduction – 3 pages
Welcome to Book 3 of The Teacher’s Guide to Scratch series! This series was developed as your all-in-one guide to becoming proficient with coding in Scratch and bringing it into your classroom practice. We’ve covered off an introductory course in Book 1: Beginner, our first book, and we pushed into the real heart of Scratch coding in Book 2: Intermediate. In this book we’ll be covering advanced Scratch coding and getting into the deep details of how Scratch can work.
Chapter 2 – Our Previous Books in the Series – 3 pages
Before we get started with advanced Scratch, let’s take a look back at our previous two books and what we’ve covered so far. Whether you’ve been following the series or you’re just jumping in at the end here, having a clear understanding of how we’ve broken down our learning process and reflecting on already-developed skills and principles will help us make sure we’re on the right footing for this final part of the process.
Chapter 3 – Scratch’s Place in Coding – 2 pages
As we approach the limits of what Scratch can do, it can help understand where Scratch fits in the larger picture of the world of coding. I wrote this series of books to help those new to the world of coding and chose Scratch as the best tool for getting started, but where does the rest of the journey lie? This book is about the last stage of using Scratch, so we want to contextualize what Scratch is good for and when you should start looking and moving past.
Chapter 4 – Defining Advanced Scratch – 3 pages
Advanced Scratch is an open-ended stage of use, pushing it to its greatest possible uses. The question is, then, when do we start considering a user to be advanced? No definition can be hard-coded, with so many different features and purposes; the definitions are as diverse as the users. We can think about advanced Scratch more in how a user works with Scratch than if any singular code block or coding pattern is or isn’t being used.
Chapter 5 – Advanced Project 1: Bar Charts and Data Files – 16 pages
In this project we’ll look at Scratch as a data visualization platform. We’ll use it to create a bar chart that can dynamically create data, have it code or hand-entered or imported from data files. We’ll create methods that will automatically adjust its size and scaling to learn some important concepts around spacing, planning, and calculation as well as how to work with Scratch’s list variables, an important step toward more advanced data processing skills in computer science. It’s a simple start project for data visualization that should spur on all kinds of alternatives and customizations. This project should take around 45 minutes to create.
Chapter 6 – Advanced Project 2: Point-and-Click Adventure – 41 pages
For our first advanced game project, we’ll be looking at point-and-click adventures. This genre of game combines the storytelling from our earlier Interactive Story project with a more open-ended flow, with players taking direct control of a character to freely move and interact with people and objects in the environment. With no set linear path but rather needing to adapt to the player moving around and making decisions in any order of their choosing, this is a step up in complexity when compared to previous projects. Here, we’ll follow the story of Avery trying to get her bandmates ready for a concert while wandering around town, meeting different characters and dealing with many objects. In around three hours, we’ll end up with an adventure story full of interactive components and a framework for tracking progress through the story.
Chapter 7 – Advanced Project 3: Platformer Game – 39 pages
This project is perhaps the quintessential video game for most kids. A platformer game has players controlling a character that can run and jump around the level, generally a side-on 2D area, with multiple platforms to move around and between. These games focus on exploration and acrobatics, with players learning to use timely and accurate movement to negotiate their way through challenging courses. With multiple levels to work through, we’ll see lots of classic mechanics from platformers which will provide a wide range of possibilities for designing interesting and challenging levels. Players will need to get to the waypoint flag to unlock the final exit, but they can lose a life to spikes or falling off-screen. In around two hours (for adults), we’ll build our basic platformer, though it gets tempting to add in more levels to extend the project.
Chapter 8 – Advanced Project 4: Scrolling Shooter – 54 pages
Our final project launches us into space for an arcade classic, the Scrolling Shooter. Here, players will control a spaceship flying through space while blasting away alien invaders. We’ll have lots of action with waves of different types of enemy clones. Health levels and graphics not only show destruction animation but damage states as well. Work the way through battles to face off against a boss, a larger, more powerful enemy, to win the game. Additionally, multiple difficulty levels will be available for a range of play experiences. In around three hours (for adults), we should be able to build our basic Scrolling Shooter, with plenty of options for extending it.
Chapter 9 – Advanced Check-In – 22 pages
Now that we’ve completed our final three advanced projects, let’s stop and reflect on our progress. We’ll go over the key techniques and concepts we’ve worked with in our advanced projects, then we’ll discuss teaching practices.
Chapter 10 – Follow-Up: Extending the Projects – 9 Pages
You may have noticed while building the projects that some things could be done differently. Maybe a feature you thought should be there was missing, maybe the myriad of techniques we showed could be simplified to your one favourite method, or some other changes. These projects were built with plenty of room for improvement in mind. Some were simplified to fit the learning curve, or to provide a diversity of concepts, or even to fit a more linear path of development while retaining usability at every stage. There were a lot of considerations to make while building the example projects, and having them calling out for you to make them your own was always planned for and intentionally put there to inspire you to try improving them.
Chapter 11 – Troubleshooting Scratch – 15 pages
Perhaps nothing strikes fear into teachers told to integrate coding into their classroom more than the thought of dealing with bugs, errors, and computer trouble. Admittedly, coding can throw a lot of surprises at you. Earlier, we even said bugs are a part of the process. This might not be very reassuring talk, but just like coding itself, we can prepare ourselves for these eventualities. Here’s some advice for the most common problems faced in the classroom when teaching with Scratch, in an attempt to arm you with the knowledge and practice to overcome most of the potential issues you’ll face.
Chapter 12 – Final Thoughts – 3 pages
With that we complete not just this book but this series. I’d like to thank you for taking the leap and giving coding education a fair shot, and for the honour of being your guide to get started. In this last book, we’ve searched out the last remaining functionality of Scratch we hadn’t yet put to use. We’ve pushed up against the ceiling of its capabilities, seeing how our ideas have pressed up against its protection protocols, or the size and complexity of our projects are beginning to strain the use or comfort of working with the editor and code blocks. You can never complete learning coding any more than you can finish learning art. We’ve developed our skills and understanding to a level of mastery, though, able to engage and use Scratch to its full potential.
Order Yours Here
Routledge (Publisher) <~~~ Offers Discounts for Bulk Purchases
Barnes & Noble (US Bookstore)
Amazon (US Bookstore)
Indigo (Canadian Bookstore)
Blackwell’s (British Bookseller)
Waterstones (British Bookseller)
Angus & Robertson (Australian Bookstore)
FNAC (French Bookstore)
Thalia (German Bookstore)