This site requires JavaScript, please enable it in your browser!
Greenfoot back

Comments for Dress-Up Game

Return to Dress-Up Game

joeschmoejoeschmoe

2013/7/28

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
KartoffelbrotKartoffelbrot

2013/7/29

The dragging isn't very nice. If you want I can help you. The guy, who has to be dressed up, seems a bit unproportional. But it looks very nice!
stevedsteved

2013/7/29

Dragging doesn't seem to work for me at all I have to keep clicking...
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
Sorry, to clarify,'guys' is targeted at steved.
joeschmoejoeschmoe

2013/7/30

I'm working on it people... At least you can control the clothing at all!
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? :{
joeschmoejoeschmoe

2013/7/30

I want my actual entry to be the no images one, and this is just challenging myself with something new.
Ah, might I see your other game? Just link it here bro, I'm going to bed now; been coding for about 3 hours. Night
joeschmoejoeschmoe

2013/7/30

no images (besides the background) used: http://www.greenfoot.org/scenarios/9066
Game/maniacGame/maniac

2013/7/30

you are allowed to enter more than one scenario
Game/maniacGame/maniac

2013/7/30

*challenge
stevedsteved

2013/8/1

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.