BUG?? Flash exporter problem
Hi, I'm making a dress game based on drag and drop.
So the players can change the dress by drag and drop the clothes they desire.
But, when I build it into flash, the drag and drop system crumbled, it sometimes can work, sometimes can't.
Is there a way I could fix this problem? Cause I need it done soon..
Thank you very much
Re: BUG?? Flash exporter problem
It is difficult to guess what you can do to fix it if we do not know how you are doing it. If you could upload a sample MFA with just your drag and drop system we may be able to help you fix it. :)
Re: BUG?? Flash exporter problem
Can I have your email address? because I don't have any websites to upload the files yet.
Thank you.
Re: BUG?? Flash exporter problem
You can upload files right here in this thread, look below the post typing area where it says "File Manager" and you can attach files up to 1 MB. That should be more than enough for just some sample code of your drag and drop system.
Re: BUG?? Flash exporter problem
the movement drag and drop does not work in swf
Re: BUG?? Flash exporter problem
Thank you jer, that solves the problem.
I tried the other way, like create object. But the object it created is in poor quality, the shape is crumbled, not smooth enough.
I don't know why, but the origin of object is good.
2 Attachment(s)
Re: BUG?? Flash exporter problem
This is the file I'm talking about, this is the drag and drop file.
2 Attachment(s)
Re: BUG?? Flash exporter problem
And this is the file that using create object.
The hairs in the body are crumbled..
Re: BUG?? Flash exporter problem
You can code your own drag and drop system and just set the position of the objects manually. A quick search shows this:
http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=156060
But I can make a simpler/more specific example if you want one.
Re: BUG?? Flash exporter problem
Thank you, LB.
What about the other one, in sampledressgame2?
Am I making some mistakes here?