oops, I forgot to save the world with the clothing actors.. ;) One sec
A new version of this scenario was uploaded on Sun Jul 28 23:01:13 UTC 2013
Added some clothing
A new version of this scenario was uploaded on Mon Jul 29 00:17:09 UTC 2013
Made it so the clothing can be moved by clicking the mouse and dragging it!
This actually took me all day to figure out just right. It's the first time I used a boolean statement in my code!
A new version of this scenario was uploaded on Mon Jul 29 00:19:37 UTC 2013
Guys, hes a begginer, leave him alone(as for the face, am I), and if you need help you can always use the Greenfoot API: http://www.greenfoot.org/files/javadoc/greenfoot/MouseInfo.html
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/28
2013/7/29
2013/7/29
2013/7/29
2013/7/29
2013/7/30
2013/7/30
2013/7/30
2013/7/30
2013/7/30
2013/7/30
2013/7/30
2013/8/1