How to Make a Simple Dress-Up Game with Flash

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hrstissiaopai
    New Member
    • Mar 2013
    • 27

    How to Make a Simple Dress-Up Game with Flash

    Here I will show you how to make a simple dress-up game with Flash.
    1. Draw the person who needs to be dressed up.
    2. Make a new layer where the clothes are going to be.
    3. Draw the clothes. I recommend drawing the clothes on the person, to make sure they are going to fit properly, so it doesn't look funny!
    4. Now use the Lasso Tool or the Selection Tool to select the clothes (you have to select them one by one, or otherwise when we add the ActionScript they will move together).
    5. Now press F8. In the Box that you see, select "Movie Clip" and then press OK.
    6. Now select the clothes again one by one and press F9.
    7. Add the following code when the ActionScript menu appears:

    Code:
     
    on (press) { 
    startDrag (""); 
    } 
    on (release) { 
    stopDrag (); 
    }
    I really hope this helps you!
    Last edited by Niheel; Mar 15 '13, 07:54 AM. Reason: Please read guidelines here for articles. Good formating & spacing makes the articles much more readable. Photos would help. Also forgot what tools you used.
  • TraxexPain
    New Member
    • Sep 2012
    • 16

    #2
    Thanks for the idea! It's very easy, I hope!

    Comment

    • hrstissiaopai
      New Member
      • Mar 2013
      • 27

      #3
      I personally found it very easy, my sister enjoys the games. :-)

      Comment

      Working...