I realized as I started to put items into my new dress up game I could remember how to make the buttons work XD Eventually I remembered to name the ‘instance name’ and everything was good for a bit. So I made this tutorial to help me remember what to do.
Action Script:,--------------------------------------------------------------------------------
gotoAndStop(7);
---------------------------------------------------------------------------------
stop():
---------------------------------------------------------------------------------
on (press) {
bodysuits.nextFrame();
}
---------------------------------------------------------------------------------
on (press) {
bodysuits.prevFrame();
}
---------------------------------------------------------------------------------
Dress Up game Tutorial Links:Drag and Drop:
[link]Similar to my tutorial (this is the one I used for my games):
[link]Make a basic to complicated dress up game:
[link]Explains the action script and helps with drag and drop:
[link]Simple how to make either select or drag-drop game:
[link]Advanced dress up game:
[link]
Nice work mama!
You're actually really good at flash