Learn how to access each letter in a variable that holds a string. Currently when the code is run, Sprite1 says 'p'. 1. Fix the code so that Sprite1 says 'c', then 'a', then 't'. 2. Decompose the problem. The first say block works. What is different between that one and the other say blocks. 3. Look for patterns. Does the order of the blocks matter. Is there code that you need to add? 4. Explain how the code works to a friend.
All media from scratch