Wednesday, September 24, 2014

2 WAYS TO MAKE A CAT SAY THE NUMBERS 1 - 10 ON SCRATCH!

 2 WAYS TO MAKE A CAT SAY THE NUMBERS 1 - 10 ON SCRATCH!


1)

2) 

The second way is more efficient because it is quicker and there is no need to repeat each time. The first time would take longer while the second one has an option of repeat.

3 comments:

  1. What statements did you put in your repeat loop to make the code more efficient?

    ReplyDelete
    Replies
    1. CHANGE COUNTER BY 1
      SET COUNTER FOR 0.5 SECONDS

      Delete
    2. Why did you add this code? What effect does it have?

      Delete