Macromedia Flash 8 ; Dress Up Game Tutorial by : Mydeaththekid.deviantart.com
Start a New Flash doc.
Create a layer for the Background :)
- Draw the backgrund :O
Create a layer for the character ;)
- Draw it :3
Create a layer for A clothe, each clothe piece may have your own layer ! :D
- The clothe layer may be up the Character Layer, so you can draw on it, and the fit will be more perfect ;)
After drawing the clothe, select it, and "convert to symbol" give a name like "pants" "T-shirt" "sunglasses" and save as "Movie Clip" :}
Select the Symbol and press F9 , to open the Action Script Panel :
~ paste this :
on (press) {
startDrag ("")
dragging = true
}
on (release,releaseOutside) {
stopDrag ()
dragging = false
}
Draw more clothes, convert they as symbols, and give they that Action !
to test the final result and fix bugs and errors, press CTRL+ENTER ! =D
By : Mydeaththekid.deviantart.com
here is what I did. nothing much cause it's my first go. so its just a small test
[link]
So glad it helped
*goes to make dress up game*
I will credit you >w<