How many steps does a zebra take in a day? Let’s use a variable to count them! 1. Start by creating a variable to keep track of how many steps our zebra will take. Set the variable to zero when the green flag is pressed. 2. Using event listeners, make the zebra move left and right when those arrow keys are pressed. 3. Switch to the next costume whenever the zebra moves so it looks like it's taking steps! 4. Increase the number of steps by one each time the zebra takes a step.