
Flash submissions are emulated via Ruffle. Ruffle is currently in development and compatibility is not guaranteed. Click here for more info.
Nya yes my new dress up game is finally done. Still no good but I like it. I added new clothes and I removed some of them. The game still got some bugs and I still want to add more clothes. But later. I'm also thinking about to open commissions for this kind of game. Ffeel free to send me screenshots of your favorite combination. And if you find a big bug, tell me. Anyway, I hope you like it. =3
[edit]
nya... oh yeah! you can change his hair and expression. =3
[edit 2]
- fixed the drag bug (thanks to Immelmann)
- added 1 striped glove and 2 strap suspender.
[edit]
nya... oh yeah! you can change his hair and expression. =3
[edit 2]
- fixed the drag bug (thanks to Immelmann)
- added 1 striped glove and 2 strap suspender.
Category Flash / All
Species Housecat
Size 950 x 650px
File Size 151.2 kB
Hey! This is pretty good, but I'd like to offer you Flash advice.
Currently, when you drag-and-drop something, if the object is beneath one article of clothing and you let go of the mouse, then it'll still keep moving. Try it. Grab a pair of pants from the bottom of the pile and move your mouse underneath the pants on top, then let go of the mouse button. It'll still follow your mouse, won't it.
This can be prevented if you replace the drag-and-drop action script with the below:
on(press){
this.startDrag();
}
on(release){
this.stopDrag();
}
on(releaseOutside){
this.stopDrag();
}
That should make it work nicer :3
Currently, when you drag-and-drop something, if the object is beneath one article of clothing and you let go of the mouse, then it'll still keep moving. Try it. Grab a pair of pants from the bottom of the pile and move your mouse underneath the pants on top, then let go of the mouse button. It'll still follow your mouse, won't it.
This can be prevented if you replace the drag-and-drop action script with the below:
on(press){
this.startDrag();
}
on(release){
this.stopDrag();
}
on(releaseOutside){
this.stopDrag();
}
That should make it work nicer :3
heres a pic i made of her XD
http://viewmorepics.myspace.com/ind.....ageID=16492808
i love this game XD
http://viewmorepics.myspace.com/ind.....ageID=16492808
i love this game XD
While messing around with this, I felt my untapped coordination senses tingling. In the morning, I invariably throw on some khakis and a flannel without giving either a second glance. (My workplace is business casual.) I may have to look into expressing myself more outside of work (though some of that stuff wouldn't come near my closet.)
Great game! The wardrobe panders to many tastes.
Great game! The wardrobe panders to many tastes.
And so THIS is that apparent "Dress Up Game" that I kept hearing so much about. OK. OK. Now it makes sense. I can't possibly imagine how long this must have taken to do. Really I can't. Though I will say that's a nice display of effort there Carl pon. I'm not all that hot with computer flash games and all that, but I won't say anything bad about people who happen to do them CORRECTLY. As it's pretty impressive if you ask me.
What's really caught my attention are the facts that you not only can change hair styles but facial expressions. It reminds me way too much of the old game "The World Ends with You." Mainly because I try to keep things as fashionable as I feel they should be. (Which is something people hate as no one ever sees things the same as I do. They just DON'T.)
I happen to think it's a stand up idea here boss.
.....just....when did the boy scout outfit get in there? That... was actually a good one. :)
What's really caught my attention are the facts that you not only can change hair styles but facial expressions. It reminds me way too much of the old game "The World Ends with You." Mainly because I try to keep things as fashionable as I feel they should be. (Which is something people hate as no one ever sees things the same as I do. They just DON'T.)
I happen to think it's a stand up idea here boss.
.....just....when did the boy scout outfit get in there? That... was actually a good one. :)
Comments