What's new

I make game 4 U :D


DarkR34p3r

Lurker
Joined
Nov 11, 2008
Messages
323
Reputation score
25
Well, I had spare time in the past few days and decided to actually make a full(or somewhat) flash game. I started to feel sorry for all you guys in waiting for LM to finally give us Mystic Girl, so I made it specifically for you guys.



Nunu's modified version:

(-love Nunu)

Please note, I will edit this version whenever I have time in the future. I might add more stuff, fix DG's face alittle, add animations, etc. This is the first flash game that have made, so I made it simple.

Compliments and criticism appreciated. I'd like to know how I did with the art and any other thing.

I believe there are 25+ objects, please list them out, 2 are almost completely hidden.

UPDATE!!!
09/24/09
I am In the process of making Ver 2 of this game I have made. I've redrawn a better looking (at least in my opinion) model of Demon Girl, and I've added moving wings behind her.The model in the updated version of this dress up game that I'm working on in my free time.

Tell me if you want to change anything.

You might also notice she has no eyes, well I need some of you to help me draw some.


I NEED SOMEONE WHO IS GOOD AT DRAWING EYES!


DISCLAIMER: I AM THE NEW LINEMARVIN!!1!! WORSHIP MEEEEEE!!! But seriously, I don't know it Demon Girl is copyrighted(lol) but I have to say it. THIS IS A FAN MADE THING, BLAH BLAH, I ARE NOT MAKING MONEYS OFF OF THIS, EVEN THOUGH I WANT TO.
 
Last edited:

Nunu

Despot
Former Admin
Joined
Nov 9, 2008
Messages
3,806
Reputation score
312
Re: I make game 4 U :D

i think you did a pretty good job, the purple things tongue isn't lined up just right with her face but thats just being pedantic.

good to see i'm not the only one who builds things in flash
 
OP
DarkR34p3r

DarkR34p3r

Lurker
Joined
Nov 11, 2008
Messages
323
Reputation score
25
Re: I make game 4 U :D

Thanks, hm, I'll fix the tongue later. I was surprised of how long it actually took just to draw everything and making it in general.
 

Nunu

Despot
Former Admin
Joined
Nov 9, 2008
Messages
3,806
Reputation score
312
Re: I make game 4 U :D

surprised as in long time or short time?
 
OP
DarkR34p3r

DarkR34p3r

Lurker
Joined
Nov 11, 2008
Messages
323
Reputation score
25
Re: I make game 4 U :D

Well, drawing everything took alittle more time than I had expected. Then when Flash crashed on me it took even MORE time to redraw everything, even thought they didn't quite resemble what they had before.

On a side note, do you know how to animate/make drawer-type things to save more space?
 

Nunu

Despot
Former Admin
Joined
Nov 9, 2008
Messages
3,806
Reputation score
312
Re: I make game 4 U :D

what do you mean animate or drawer type things?
 
OP
DarkR34p3r

DarkR34p3r

Lurker
Joined
Nov 11, 2008
Messages
323
Reputation score
25
Re: I make game 4 U :D

I remember a dress up game I've played a while back. I forgot was it was, but it had these buttoms along the sides. When you clicked it, it would drag in it's selection of clothes.

Here:


All I need to know is how to do this, and swap characters to add Jungle Girl or something.
 
Last edited:

DeMatt

Lurker
Joined
Nov 16, 2008
Messages
2,385
Reputation score
47
Re: I make game 4 U :D

It is rather entertaining, including some of the object choices you made... but there's one thing I'd like added: a button which resets all the dress-up bits to their original locations.

what do you mean animate or drawer type things?
I think he means an object that normally is off the edge of the screen, except for a visible tab. Clicking the tab brings the object onto the screen, showing its contents - in this case, bits to dress up Demon Girl with.
 

Nunu

Despot
Former Admin
Joined
Nov 9, 2008
Messages
3,806
Reputation score
312
Re: I make game 4 U :D

i bet i could totaly program your draw thing for you.

also making it to be able to change to jungle girl doesn't sound to hard, except for the fact that you have to make the entire game over...

unless she's going to be in exactly the same pose in which case its easy
 
OP
DarkR34p3r

DarkR34p3r

Lurker
Joined
Nov 11, 2008
Messages
323
Reputation score
25
Re: I make game 4 U :D

It is rather entertaining, including some of the object choices you made... but there's one thing I'd like added: a button which resets all the dress-up bits to their original locations.



I think he means an object that normally is off the edge of the screen, except for a visible tab. Clicking the tab brings the object onto the screen, showing its contents - in this case, bits to dress up Demon Girl with.
I'd like to know how to make that button. Also, what didn't you like about it? I need the criticism.

Nunu: Sure, I'm sort of a newbie to this, so any help is appreciated.
 

lurker

Hentai Master
Joined
Nov 9, 2008
Messages
5,002
Reputation score
202
Re: I make game 4 U :D

I agree it's interesting to play with, though you need a flash player bigger then the backdrop ^,^ Nicely done
 

DeMatt

Lurker
Joined
Nov 16, 2008
Messages
2,385
Reputation score
47
Re: I make game 4 U :D

I'd like to know how to make that button. Also, what didn't you like about it? I need the criticism.
There's no dressup bits for her mouth. I don't like the scythe - yes, it relates to the Reaper, but I'm not a fan of gore in my porn. She also seems to be missing her wings - but that's a relatively minor quibble; they're small, they could be hidden behind her head. The brown pieces show imagination, and I like how the purple pieces do additional overlaying to show off their effects on her.

Plus in general I find paper doll "games" only hold my attention long enough to see what all the parts are - say about five minutes.

As to the button, I've never learned any code in Flash, but I assume its code would look something like this:
on (release) {
Object1.setpos(100,100);
Object2.setpos(110,110);
...
}

Where, of course, the numbers are the actual coordinates for where the various objects started, and the names are whatever is appropriate to call the proper functions. Like I said, I've never done Flash, so this is a hashup between my reasonable C++ skillz and my junky Java skillz.
 

Nunu

Despot
Former Admin
Joined
Nov 9, 2008
Messages
3,806
Reputation score
312
Re: I make game 4 U :D

the actual code for the button would be (assuming the girls symbol is called girl)

on (release){
girl.nextFrame();
}

there is actually a whole lot of other stuff you need to make that work, but thats the code for the button.

anyway, find some way of getting me your .fla file and i'll fix it up a touch.

i'm no master but i have dabbled enough to sort out the things you want. i'll even annotate so you know what does what. learning experience.
 
OP
DarkR34p3r

DarkR34p3r

Lurker
Joined
Nov 11, 2008
Messages
323
Reputation score
25
Re: I make game 4 U :D

There's no dressup bits for her mouth. I don't like the scythe - yes, it relates to the Reaper, but I'm not a fan of gore in my porn. She also seems to be missing her wings - but that's a relatively minor quibble; they're small, they could be hidden behind her head. The brown pieces show imagination, and I like how the purple pieces do additional overlaying to show off their effects on her.

Plus in general I find paper doll "games" only hold my attention long enough to see what all the parts are - say about five minutes.

As to the button, I've never learned any code in Flash, but I assume its code would look something like this:
on (release) {
Object1.setpos(100,100);
Object2.setpos(110,110);
...
}

Where, of course, the numbers are the actual coordinates for where the various objects started, and the names are whatever is appropriate to call the proper functions. Like I said, I've never done Flash, so this is a hashup between my reasonable C++ skillz and my junky Java skillz.
I see, I wouldn't myself catagorize it as guro, but I see where you're getting at. Like I said in the first post, I will be adding more once I have more time. This is all I could come up with in 2 days, I am indeed planning on animating wings.

Nunu: The button to switch characters, or to reset everything? Also, I could try to get you the .fla, lemme see what I could do. How do I exactly get the .fla file? I might ask.
 
Last edited:

Nunu

Despot
Former Admin
Joined
Nov 9, 2008
Messages
3,806
Reputation score
312
Re: I make game 4 U :D

its the one that it makes when you go save, not export
 

Incubus

Horn Dog
Joined
Jan 7, 2009
Messages
2,938
Reputation score
320
Re: I make game 4 U :D

But seriously, I don't know it Demon Girl is copyrighted(lol)
As a rule of thumb, yes. Very few countries require you to actually register copyright, in most places it's automatic.
 
OP
DarkR34p3r

DarkR34p3r

Lurker
Joined
Nov 11, 2008
Messages
323
Reputation score
25
Re: I make game 4 U :D

its the one that it makes when you go save, not export
Boy, do I feel stupid. Never actually checked the file type. xD
Alright lemme try to upload it and I'll get it to you in a heartbeat.

Incubus: So it is? How do you go through the process of putting a copyright on something? Or is it automatically assumed?
 
OP
DarkR34p3r

DarkR34p3r

Lurker
Joined
Nov 11, 2008
Messages
323
Reputation score
25
Re: I make game 4 U :D

Sorry for double post, but here Nunu.


Let me tell you something though, the Demon Girl model is not a symbol, I just left it as a locked layer. When I made it into a symbol, it would move along with the piece of clothing being dragged.
 

Nunu

Despot
Former Admin
Joined
Nov 9, 2008
Messages
3,806
Reputation score
312
Re: I make game 4 U :D

i may have to rebuild some of your code.
 
OP
DarkR34p3r

DarkR34p3r

Lurker
Joined
Nov 11, 2008
Messages
323
Reputation score
25
Re: I make game 4 U :D

No problem, all the help is appreciated. Ah, I figured out how to do it, silly me.
 
Last edited:
Top