
Same as #1 this was sketched in Adobe Ideas and finished in Sumo paint. I will give them names eventually, but for now Abi wants to call this one “princess bird”

Same as #1 this was sketched in Adobe Ideas and finished in Sumo paint. I will give them names eventually, but for now Abi wants to call this one “princess bird”

This is Monster #1, his outline was drawn in Adobe Ideas on the iPhone, and then the colouring was added using Sumo Paint
I had a look at the apps on the app store for this and couldn’t really tell if they did what I was looking for from the screenshots, so was reluctant to buy them, then Andy suggested that I should make my own, so here it is:

Try it for yourself at bit.ly/phpref and let me know what you think
Laura: Would you like some raspberries?
Abi: I don’t like raspberries. Can you get me … erm … a carrot instead?
Laura: How about a banana?
Abi: Oh Yeah! (excitedly)
Whilst browsing through my pictures on Flickr, Abi saw this and said:
“I always wished I could have a pet peacock”
Very useful method of ensuring jQuery is loaded before running the code that needs it – from How to build a web widget (using jQuery) – Alex Marandon
/******** Load jQuery if not present *********/
if (typeof jQuery === "undefined" || jQuery.fn.jquery !== '1.4.2') {
var script_tag = document.createElement('script');
script_tag.setAttribute("type","text/javascript");
script_tag.setAttribute("src",
"http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js")
script_tag.onload = main; // Run main() once jQuery has loaded
script_tag.onreadystatechange = function () { // Same thing but for IE
if (this.readyState == 'complete' || this.readyState == 'loaded') main();
}
document.getElementsByTagName("head")[0].appendChild(script_tag);
} else {
main();
}
37: left 38: up 39: right 40: down