Joes, it's alright; take all the time you need because you still have about 10 days left. Good luck by the way!
Oh and you switched from the no-images challange? :{
2 things. One, I wasn't trying to be mean or anything. I didn't know if it was a bug that only happened on the server or something. On my computer sometimes scenarios act weird when they are online but not when they are downloaded. If anything I was trying to help.
Two, if you are having trouble getting the dragging to work try using this code:
if(Greenfoot.mouseDragged(this))
{
MouseInfo mouse = Greenfoot.getMouseInfo();
setLocation(mouse.getX(), mouse.getY());
}
This is the basic the code I used to make my scenario Mr. Cubeman's Maze.
A new version of this scenario was uploaded on Sun Aug 04 11:58:11 UTC 2013
Added more clothing and fixed dragging
A new version of this scenario was uploaded on Sun Aug 04 17:45:07 UTC 2013
fixed purple shorts.
2013/7/30
2013/7/30
2013/7/30
2013/7/30
2013/7/30
2013/7/30
2013/7/30
2013/8/1