Apress 2016. — 364 p. — ISBN13: 978-1-4842-1945-4.
This is a book about learning the Scratch language so that you can use it in teaching and other instructional situations. The book explains the visual nature of the language, showing you how to write programs by dragging and dropping visual blocks representing common compute operations. Scratch is visual language that even young children can master. and makes computer programming as easy as dragging and dropping graphical blocks that represent programming commands, eliminating the traditional stumbling blocks of typing and syntax errors. With a drag-and-drop interface that runs in any web browser, and on devices from iPads to PCs to Macs to Microsoft Surface tablets, Scratch is an easily accessible way to enter the world of computer programming. This book teaches how to use Scratch in a fun and simple way that relies on examples and learning by doing. Progressing from simple three-block scripts that move a character across the screen to complex projects that involve motion, sound, and user input, this book:
Imparts a thorough understanding of the Scratch interface.
Shows how to create a range of Scratch projects, including simple games.
Builds a solid foundation for future programming in other languages
What You Will LearnNavigate the Scratch interface
Create sprites and backdrops
Learn programming skills good in all languages
Program simple games and animations
Share programs with friends worldwide
Scratch for Absolute Beginners is intended for complete beginners to the world of computer programming and the Scratch language. Learning to program in Scratch is an easy and fun way for anybody seven years and older to learn about computer programming. Scratch’s drag-and-drop interface in a web browser makes the book easy and accessible to young children and adults alike.
Learning the BasicsGetting to Know the Scratch Interface
Meet the Cat
Make the Cat Move
Make the Cat Draw
The Playful Cat
The Noisy Cat
Becoming a ProgrammerAdvanced Concepts
Variables
Lists
Webcam Interaction
Broadcast Interaction
Create Your Own Blocks
Answers