Recent Tweet
- The comment feature in Google Docs just became amazingly useful. 6 hours ago
So it’s the end of 2009. I addressed this year in a recent post of mine and I really don’t have anymore to add to that. But instead, I’d like to give my thanks to a bunch of organizations and software. MooTools MooTools has been my javascript fasination since the dawn of time and I [...]
2009 is drawing to a close in a week. I wanted to share my thoughts on posts and events that shaped my life in 2009. Mootools As I close the year myself, I’ve dived into the Mootools world again. It’s a wonderful place to be, there’re so many great people working on it and it’s [...]
I wish everyone a Merry Christmas and Happy Holidays. Stay safe out there in that snow, stay warm, and certainly, have tons of fun! Pictures should come later, too.
In Greenfoot, you can use the MouseInfo class to find out where the mouse is. I’ve talked about making actors draggable, but sometimes you don’t want to use the Mouse Location in an actor, but possibly inside the world instead. Take a look at the following code: This code is inside of a subclass of [...]
Today I was trying to draw a simple rectangle in Greenfoot. Images can dynamically made with the GreenfootImage class. When I drew my rectangle today, it was missing its bottom and right sides! My initial code looked something like this: This code will set the image of an Actor called Thing to what should be [...]