Friday, June 6, 2014

10 block challenge

http://scratch.mit.edu/projects/22868302/

 This activity helped me learn Scratch by showing me the individual blocks I could use and how I could use them. The 10 block restraint impacted my ideas because I was not able to do the project my way and it was tough to make the sprite do actions with the little amount of blocks that I had.

Thursday, June 5, 2014

Make a Block!

http://scratch.mit.edu/projects/22977656/

If I were to explain "Make a Block" to someone, I would tell them that they would need to use it if they have sprites that have a long list of actions to do, then they should make a block, especially if that list is taking up a lot of space on the script page. They would need to go to the "Make a Block" tab and click on make a block, after that, they would need to define what that block should make the character do and drag its actions under it.


Debug It! 5

http://scratch.mit.edu/projects/22925188/

In Debug It 5, the Scratch Cat should be saying, "Meow, meow, meow!" when the green flag is clicked in the speech bubble and it should have a sound as well. The speech bubble happens before the sound, however, and the cat only makes one 'Meow' sound. To fix the problem, I needed to check why only one meow sound was happening. In the "sound" tab, there is a block that says "play sound meow until done". After the block that signals Scratch Cat to say "Meow, meow, meow", the "play sound" tab will go under it and then signal the sound to play until the cat is done talking.

One strategy I used was I looked into the blocks and found what I could use to make the sound play until the cat was done talking.

This could be a good way to teach someone how to debug by helping them learn to look at all of their options and see what they could do to make their project work the way they wanted it to. 

Debug It! 4

http://scratch.mit.edu/projects/22924931/

In Debug It 4, the Scratch Cat is flipping out and walking upside down, but he is really supposed to be pacing back and forth across the stage. To fix the problem, I needed to go back into the script and look at what the Scratch Cat was doing wrong and what action was causing him to flip out.

A strategy I used was going back and looking at my work to see what the problem was and how I could fix it.

This could help someone learn to debug by teaching them to go back and check their work so that the sprite does exactly what they want it to do.

Debug It! 3

http://scratch.mit.edu/projects/22924522/#player

On this debug it activity, Scratch Cat needed to do a flip when the space key was pressed, but he wouldn't. How do we fix the problem? There is a block called "when space key pressed". You need to put it on top of the actions that you want the Scratch Cat to do and then when the space key is pressed, he will then do it.

A strategy I used was this list of steps: Go into the event tab, get "when space key pressed" block, and put it above the action(s) you want Scratch Cat to do when it is pressed.

This would be helpful when helping someone learn to debug a project by letting them know that there are different ways to make the sprites move.

Tuesday, June 3, 2014

Debug It! 2

http://scratch.mit.edu/projects/22924293/

In this debug it activity, Scratch Cat was supposed to be on the left side of the stage, say something about being there, then move to the right side of the stage and say something about being there. After he did that though, he didn't do it again. So how did I fix that? There is a block used in Scratch called the repeat block. You put any actions for a sprite within the repeat block, and then put the number of times you want those actions to repeat on the block.

With this, I could teach someone save a lot of time on their project if I taught them to repeat actions that they wanted the sprite to do more than once.

I found this helpful to me because it helped me save time on my project.


Debug It! 1

http://scratch.mit.edu/projects/22923998/#player

On this debug it activity, Scratch Cat and Gobo were supposed to start dancing, but only Scratch Cat would dance. To fix it, I found that each individual sprite needed their own script. So if Scratch Cat was told to dance when the green flag was clicked, I needed to tell Gobo to do the same in his own script.

I would help someone learn from this project by letting them know that if they want to have two or more sprites wandering around the screen of their project, they would need to give each character a script to allow them to move their own way and do their own actions.

I think this helped me in my process of learning how to use Scratch because I didn't know each sprite needed their own script before, I had never even had more than one sprite on my projects before that.