Wednesday, September 28, 2011

How To Make a Dress Up Game in Flash

Welcome To BottomStation.blogspot.com


The following is how to make dress-up games using Macromedia Flash 8.0,first make your own character and convert to movie clip;



then make a new symbol of button, and draw a clothing;



after that put the following action script into the button;


on (press) {
startDrag ("");
}
on (release) {
stopDrag ();
}

then convert the button into a movie clip, and run the game, try to drag a clothing whereever you want.

2 comments:

  1. Thank you for this :-), I needed so much help

    ReplyDelete