How to make a 2D dress up game?

Can anyone offer advice on a simple drag and drop dress up game with an option to reset, please?

Yo, if you’re looking to make a 2D dress up game, start with AS3 Flash.

Or if you want to use UE4,

Then I suggest looking at Mouse Events. You have an image, you click on the image, and move the mouse.

You make sure the X and Y of image is equal to the Mouse X and Y position. When you release the button, you do nothing.

A reset button will move the images back to their starting location, which you cache in beginPlay.

If you have never programmed in c++ then I recommend using a different game engine, such as Flash, or Unity, which is nice and high level.

Or you can do this in blue print.

This is my advice to you,

Hope it counts an answer

Mo-

thanks so much!

This can be achieved in UMG wi

83369-dress.fw.png

dgets.

So when you add an image, you can see they have events.

Theoretically speaking, don’t take my word and hold me responsible :stuck_out_tongue:

thank you ! ^^