Skip to Content

Blog Site itisgr8.blogspot

Blog site with some advanced and intermediate tips.

We sarted a Blog site to assist South African teachers with some of the finer and more advanced concepts of Scratch.

The site gets regular updates. 

http://itisgr8.blogspot.com/

 Does anybody know of any other sites offering similar content?

Examples of content:

Validate if the cellphone number entered only contains integers

Using the same idea of a list as last week, here is the code to validate whether a cellphone numbner input contains only digits, assuming that the list digits consists of the numbers 0,1,2,3,4,5,6,7,8,9 

Validate whether a letter for input is a vowel

If you use a list instead, where vowels is a list that contains A,E,I,O U, the if statement is much easier to construct

 

 

Images: